Click or drag to resize
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.3.0.0 (5.3.0)
Syntax
public static void DeserializeEntityFields(
	SerializationReader reader,
	IEntityFields2 fields,
	bool isDirty,
	bool isNew
)

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