Click or drag to resize

AdoPersistenceConfigurationSection Class

Configuration section handler
Inheritance Hierarchy
SystemObject
  SanteDB.OrmLite.ConfigurationOrmConfigurationBase
    SanteDB.Persistence.Data.ConfigurationAdoPersistenceConfigurationSection

Namespace: SanteDB.Persistence.Data.Configuration
Assembly: SanteDB.Persistence.Data (in SanteDB.Persistence.Data.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntax
public class AdoPersistenceConfigurationSection : OrmConfigurationBase, 
	IConfigurationSection

The AdoPersistenceConfigurationSection type exposes the following members.

Constructors
 NameDescription
Public methodAdoPersistenceConfigurationSection ADO configuration
Top
Properties
 NameDescription
Public propertyAleConfiguration Gets the application level certificate for decryption
(Inherited from OrmConfigurationBase)
Public propertyAutoInsertChildren When true, indicates that inserts can allow auto inserts of child properties
Public propertyAutoUpdateExisting When true, indicates that inserts can allow keyed inserts
Public propertyBundleCorrelationBehavior Gets or sets the behavior when a bundle is recieved out of sequence
Public propertyCachingPolicy Identiifes the caching policy
Public propertyDeleteStrategy Gets or sets the deletion strategy
Public propertyFastDelete Fast deletion mode
Public propertyLegacyPepper Use legacy peppering algorithm
Public propertyLegacyPepperSpecified True if pepper is specified
Public propertyLoadStrategy Gets or sets the loading strategy
Public propertyMaxPageSize Max page size
Public propertyMaxRequests Maximum requests
Public propertyPepper The peppering characters for authentication hashes
Public propertyProvider Get the provider
(Inherited from OrmConfigurationBase)
Public propertyProviderType Provider type
(Inherited from OrmConfigurationBase)
Public propertyReadonlyConnectionString Readonly connection string
(Inherited from OrmConfigurationBase)
Public propertyReadWriteConnectionString Read/write connection string
(Inherited from OrmConfigurationBase)
Public propertyStrictKeyAgreement Gets or sets strict key enforcement behavior
Public propertyTraceSql Trace SQL enabled
(Inherited from OrmConfigurationBase)
Public propertyTrimSettings Trim settings
Public propertyValidation Validation flags
Public propertyVersioningPolicy The persistence layer is not versioned
Public propertyWarehouseConnectionStringSkel Gets or sets the name of the skeleton connection string for the warehouse
Top
Methods
 NameDescription
Public methodAddPepper Adds pepper to the secret
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetCertificates Gets the certificates which are used by the configuration section along with their declared/reference name
(Inherited from OrmConfigurationBase)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetPepperCombos Get all peppered combinations of the specified secret
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSetCertificate Set the certificate in the configuration section
(Inherited from OrmConfigurationBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
 NameDescription
Public Extension MethodConvertTReturn The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods)
Public Extension MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also