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

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

Creates a CreatePackageParameterSet collection to contain volatile objects
Declaration Syntax
C#
public static IndexedList<CreatePackageParameterSet> 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 in Viewer, data is fetched from the Server.
Return Value
An IndexedList(CreatePackageParameterSet) containing the new collection.

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