Persistate API documentation
Collection Method (parent, flags, slot, getData)
NamespacesPersistateServicedPackageCollection(Persistent, FlagSet, Int32, Boolean)

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

Creates a ServicedPackage collection to contain persistent objects.
Declaration Syntax
C#
public static IndexedList<ServicedPackage> Collection(
	Persistent parent,
	FlagSet flags,
	int slot,
	bool getData
)
Parameters
parent (Persistent)
The parent object of the collection.
flags (FlagSet)
A FlagSet containing the collection flags.
slot (Int32)
The slot of its parent member containing the collection.
getData (Boolean)
If true, objects belonging in the collection are fetched from persistent storage.
Return Value
An IndexedList(ServicedPackage) containing the new collection.

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