FChoice.Foundation Namespace
Base implementation of core CRM capabilities.
Classes
| Class | Description | |
|---|---|---|
|  | CacheBase | |
|  | CacheManager | |
|  | CacheSectionHandler | |
|  | CustomCache | |
|  | DataFieldNameCollection | |
|  | DictionaryExtensions | |
|  | FCApplication | |
|  | FCGeneric | Provides core CRM business logic and managed access to data. | 
|  | FCInvalidLoginException | Thrown when credentials for a Session cannot be authenticated | 
|  | FCSession | FCSession contains session information for a logged-in user and allows for manipulation of data in the CRM system as that user. | 
|  | FCSessionData | Repository for session data which is retained by the FCApplication between session uses. | 
|  | FCSessionSummary | Represents a summary view of the session for reporting purposes. | 
|  | FoundationException | The exception that is thrown when an error occurs in Foundation. | 
|  | GenericDataRow | Represents a row of data in a GenericDataTable. | 
|  | GenericDataRowCollection | Represents a collection of rows for a GenericDataTable. | 
|  | GenericDataSet | |
|  | GenericDataTable | Provides a Generic with data storage that integrates with DataSets. | 
|  | GenericException | The exception that is thrown when an error occurs in the Generic classes in Foundation. | 
|  | MaximumRowsExceededEventArgs | Delegates handling the MaximumRowsExceeded event will return this object to cue FCGeneric on how to handle large queries. | 
|  | RelationNameCollection | Collection of Relations | 
|  | ValidatedNameCollection | 
Delegates
| Delegate | Description | |
|---|---|---|
|  | CacheLoadedEventHandler | |
|  | CachesUpdatedEventHandler | |
|  | MaximumRowsExceededEventHandler | 
Enumerations
| Enumeration | Description | |
|---|---|---|
|  | CacheType | |
|  | DateOps | Valid date filtering operations for methods such as AppendFilter. | 
|  | NumberOps | Valid numeric filtering operations for methods such as AppendFilter. | 
|  | StringOps | Valid string filtering operations for methods such as AppendFilter. |