Persistate API documentation
CreateFromMessage Delegate
NamespacesPersistateCreateFromMessage

[This is preliminary documentation and is subject to change.]

Creates a Persistent object from data in a Message.
Declaration Syntax
C#
public delegate Persistent CreateFromMessage(
	Message message,
	Reference thisObj,
	IReference parentObj
)
Parameters
message (Message)
The Message from which the data is retrieved.
thisObj (Reference)
A Reference to the new object.
parentObj (IReference)
The parent object of the new object.
Return Value
The created object.
Remarks
Each ObjectClass has a delegate of this type which holds the static method of the same name in the generated code of the corresponding Persistent derived class.

Assembly: Persistate (Module: Persistate) Version: 0.6.1.20 (0.6.1.20)