Namespace Quantellia.WMServer.Asset.DataSource
Classes
AccessorStringArgs
Argument to be used for setting data source accessor strings.
DataReaderArgs
Arguments to be used for dataReader evaluations
DataSourceArgs
Arguments to be used for dataSource evaluations
EncryptionHelper
Class to encapsulate the encryption and decryption of values as they are stored on the database. This class utilizes a static key, and serves as a single layer of obfuscation against plaintext, rather than a comprehensive security solution.
InsertUpdateDeleteArgs
Arguments for Insert and Update operations.
InsertUpdateDeleteArgsSelector
Specifications for Selectors. Can take the form of null (specifies that primary key should be searched under), string (specifies a column name that should be searched under), or object (specifies arbitrary search conditions)
WMDataSourceBase
Base class for all Data Source assets. Used by Entity Framework to store all Data Source types.
WMDataSourceBaseDTO
Data Transfer Object proxy for a WMDataSourceBase.
WMSQLServerDataSource
Data Source Element implementation for SQL Server.
Enums
DataOperation
Symbolic constants representing types of data operations.
DataSourceArgs.ActionSpecifiers
Valid action values.
InsertUpdateDeleteArgsSelector.OperandType
The types of objects that columns and values can have.
InsertUpdateDeleteArgsSelector.OperationType
The types of operations this WHERE clause supports.
InsertUpdateDeleteArgsSelector.SelectorType
The type that this SelectorKeys represents.