Persistate API documentation
AppendIClassified Method (value)
NamespacesPersistateMessageAppendIClassified(IClassified)

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

Appends metadata or data for an IClassified item to the message.
Declaration Syntax
C#
public void AppendIClassified(
	IClassified value
)
Parameters
value (IClassified)
The IClassified to append. May be null.
Remarks
If the IClassified is an provisional Persistent, the object itself is appended. If it has been persisted, just a reference to it is appended. If it is an IPersistateList, it must have a Parent object, and a Reference to the parent and the slot number is appended.

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