The SimolConfig type exposes the following members.

Constructors

  Name Description
Public method SimolConfig
Initializes a new instance of the SimolConfig class.

Methods

  Name Description
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property AutoCreateDomains
Gets or sets a value indicating whether to automatically create domains.
Public property BatchDeleteMaxCount
Gets or sets the maximum number of items that may be deleted in a single call to BatchDeleteAttributes.
Public property BatchPutMaxCount
Gets or sets the maximum number of items that may be updated in a single call to BatchPutAttributes.
Public property BatchReplaceAttributes
Gets or sets a value indicating whether to replace existing attributes when performing BatchPutAttributes operations.
Public property Cache
Gets or sets the cache implementation.
Public property Encryptor
Gets or sets the encryptor to use when storing encrypted values.
Public property Formatter
Gets or sets the property formatter used when converting between attribute strings and typed property values.
Public property Indexer
Gets or sets the full-text indexer.
Public property MaxAttributeLength
Gets or sets the maximum length of a single attribute.
Public property MaxSelectComparisons
Gets or sets the maximum number of comparisions per select expression.
Public property NullPutBehavior
Gets or sets the behavior to use when putting items with null property values.
Public property OffsetNumbers
Gets or sets the negative number offset setting to use when formatting numeric types.
Public property ReadConsistency
Gets or sets the default behavior to use when performing read operations.

See Also