Persistate API documentation
AppendIClassified Method (slot, value)
NamespacesPersistateMessageAppendIClassified(Int32, IClassified)

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

Appends a slot number, a length field, and metadata or data for an IClassified item to the message.
Declaration Syntax
C#
public void AppendIClassified(
	int slot,
	IClassified value
)
Parameters
slot (Int32)
The member slot number.
value (IClassified)
The IClassified to append. May be null.
Remarks
If the IClassified is a 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)