Dundas. |
| Class | Description | |
|---|---|---|
| ApiAccountInteractionException | The exception that is thrown when an API Account tries to export a view. | |
| ApplicationEventArgs | Provides data for the ApplicationEvent event. | |
| ApplicationInfo | Provides information about the Dundas application. | |
| ApplicationStartupException | The exception that is thrown when there was an error starting the application. | |
| BlobInfo | Contains information about a BLOB stored by the application. | |
| BroadcastMessageReceivedEventArgs | Provides data for the BroadcastMessageReceived event. | |
| CallerContext | Represents the context of the current caller (or lack thereof). | |
| CancelableEventArgs | Provides data for an event which may be canceled using a CancellationToken. | |
| CleanupEventArgs | Provides data for a cleanup event. | |
| Constants | Commonly-used and general-purpose constants used in the Core assembly. | |
| CoreConfigSettingIds | Specifies the IDs of built-in application configuration settings. | |
| CoreEventHookIds | Specifies the IDs of built-in event hooks. | |
| CreateEngineOptions | Class defining various options for engine creation. | |
| CustomLocalizationContext | Class represents flags and options affecting application of custom localization in retrieved entities. | |
| DbAccessException | The exception that is thrown when there is an error related to accessing one of the application's databases. | |
| DiagnosticsRequestEventArgs | Provides data for a diagnostics request event. | |
| DuplicateItemException | The exception that is thrown when attempting to create an item that already exists. | |
| Engine | Represents an instance of the application. | |
| EngineManager | Provides methods for accessing core application functionality. | |
| ExceptionExtensions | Provides extension methods for Exception objects. | |
| FeatureNotEnabledException | The exception that is thrown when a feature could not be used because it is not enabled. | |
| GlobalizedEnumAttribute | Attribute to provide globalization for the names of an enumeration. | |
| GuidHelper | Helper methods for Guid. | |
| HostOptions | Class defining various host options for engine creation. | |
| IncorrectConnectionStringException | The exception that is thrown when the schema version of a database is not supported by the current version of the application. | |
| InvalidSessionException | The exception that is thrown when the caller context is not associated with a valid session. | |
| InvalidUriException | The exception that is thrown when a URI is passed to an export request that is an absolute URI and isn't an actual application URL. | |
| InvalidWindowsIdentityException | The exception that is thrown when an operation failed because it required the current caller context to be associated with a valid Windows identity which also matches the session's account. | |
| ItemChangedEventArgsTItem | Contains data corresponding to an item being changed. | |
| KnownFeatureIds | Specifies the IDs of the known features. | |
| KnownFeatureIdsDataProviderFeatures | Specifies the IDs of the known data providers features. | |
| KnownFeatureIdsDataTransformFeatures | Specifies the IDs of the known data transform features. | |
| KnownFeatureIdsFramework | Specifies the IDs of the known framework features. | |
| LocalizationInfo | Represents localization information. | |
| LocalizedStringDictionary | Used to define and access culture-specific values. | |
| LogEntry | The class represents a logged entry. | |
| LogEntryQueryFilterRule | The log entry query filter rule. | |
| LoggingConstants | Constants pertaining to functionality of the logging subsystem. | |
| MissingWindowsIdentityException | The exception that is thrown when an operation failed because it required the current caller context to be associated with a Windows identity. | |
| NoCallerContextException | The exception that is thrown when an attempt is made to access CurrentContext when there is currently no active caller context. | |
| NoEngineException | The exception that is thrown when an attempt is made to access Current before an engine has been created, or after ShutdownEngine has been called. | |
| NoPrivilegeException | The exception that is thrown when an attempted operation failed due to insufficient object or application privileges. | |
| NotFoundException | The exception that is thrown when a requested item was not found. | |
| OperationAlreadyInProgressException | The exception that is thrown when another operation is already in progress. | |
| OperationFailedException | The generic exception that wraps and re-throws any caught inner exception that is not advertised by API. | |
| OperationResult | Describes the result of an operation. | |
| OperationTimedOutException | The exception that is thrown when an operation has timed out. | |
| QuotaExceededException | The exception that is thrown when the operation caused a quota to be exceeded. | |
| ReferencedItemException | The exception that is thrown when there was a problem due to an item being referenced. | |
| SystemPerformanceInfo | Contains information about the performance status of the system (e.g. CPU and memory usage). | |
| UnexpectedConditionException | The exception that is thrown when the application encounters an unexpected condition. | |
| UniqueNameHelper | Class used to help with generating unique names and checking hierarchy member unique name compatibilities. | |
| UnsupportedDatabaseVersionException | The exception that is thrown when the schema version of a database is not supported by the current version of the application. | |
| ValidationException | The exception that is thrown when an attempted operation failed due to validation criteria not being met. | |
| WindowsIdentityException | The exception that is thrown when an operation failed because of a problem related to the caller's Windows identity. |
| Structure | Description | |
|---|---|---|
| Number | Structure that encapsulates a numeric value supported as a parameter value. |
| Interface | Description | |
|---|---|---|
| IApplicationInfoService | Provides methods for getting information about the Dundas application. | |
| IBroadcastService | Methods for sending broadcast messages. | |
| ICacheService | Provides an interface for cache service. | |
| ICallerContextService | Provides a means for the Engine to determine which session should be used for currently-executing code. | |
| IEngine | An object representing an instance of the application engine. | |
| IEventHookService | Provides an interface for raising and handling application events. | |
| IExtensionLogger | The interface for an object which is capable of performing logging operations for an extension. | |
| IFeatureService | Provides methods for getting information about enabled application features. | |
| IHttpClientService | Provides the interface to a service which can provide HttpClient instances. | |
| ILocalizationService | Provides methods for getting localized versions of strings. | |
| ILogger | Specifies the interface for an object which is capable of performing logging operations. | |
| ILoggingService | Provides methods for application logging/tracing. | |
| IRequireInitialization | Defines methods to initialize an object. |
| Enumeration | Description | |
|---|---|---|
| ApplicationStorageEngine | Specifies the types of storage engines supported for the application/warehouse database. | |
| DiagnosticsGenerationStatus | Specifies the status of diagnostics generation. | |
| EngineState | Specifies the status of the Engine. | |
| LogEntryQueryField | The log entry query fields. | |
| LogLevel | Specifies levels at which messages should be logged by ILoggingService. | |
| MessageSeverity | Specifies the severity of a message. | |
| ObjectType | Application object/entity types. | |
| QueryFilterOperator | Operators which can be used in engine query methods. | |
| QueryFilterOptions | Specifies options for query methods. | |
| SortDirection | Specifies the direction in which something should be sorted. |