Click or drag to resize
VolatileEntityFieldsDataContainer Class
Class which is used to store the volatile field data of an entity fields object. Used when the entity fields object is part of an entity as that object in that state doesn't store field objects.
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesVolatileEntityFieldsDataContainer

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
[SerializableAttribute]
public class VolatileEntityFieldsDataContainer

The VolatileEntityFieldsDataContainer type exposes the following members.

Constructors
  NameDescription
Public methodVolatileEntityFieldsDataContainer
Initializes a new instance of the VolatileEntityFieldsDataContainer class.
Top
Properties
  NameDescription
Public propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
Public propertyState
Gets or sets the state of the entity data.
Top
Methods
  NameDescription
Public methodClearChangedFlags
Clears the changed flags.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodForcedValueWrite(Int32, Object)
Sets the current value for the field with the index specified to the currentValue specified without setting changed flags.
Public methodForcedValueWrite(Int32, Object, Object)
Sets the current value for the field with the index specified to the currentValue specified and the dbvalue to the dbvalue specified without setting changed flags.
Public methodGetCurrentValue
Gets the current value for slot with the index specified, or null if unknown.
Public methodGetDbValue
Gets the db value for the slot with the index specified, or null if unknown.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIsChanged
Gets the IsChanged flag for the slot with the index specified
Public methodGetIsNull
Gets the IsNull value for the slot with the index specified.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetCurrentValue
Sets the current value for the slot with the index specified.
Public methodSetDbValues
Sets the db values, read from the datareader.
Public methodSetIsChanged
Sets the is changed.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
Class stores volatile data per field index.
See Also