SerializationHelperDeserializeEntityFields Method |
Deserializes the entity fields data passed in into the fields object passed in.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.12.0.0 (5.12.0)
Syntaxpublic static void DeserializeEntityFields(
SerializationReader reader,
IEntityFields2 fields,
bool isDirty,
bool isNew
)
Public Shared Sub DeserializeEntityFields (
reader As SerializationReader,
fields As IEntityFields2,
isDirty As Boolean,
isNew As Boolean
)
Parameters
- reader
- Type: SD.LLBLGen.Pro.ORMSupportClassesSerializationReader
The reader. - fields
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityFields2
The fields. - isDirty
- Type: SystemBoolean
Flag to signal if the field data contains dirty field(s) - isNew
- Type: SystemBoolean
Flag to signal if the entity is new
See Also