Persistate API documentation
Persistent Constructor (initScalars, initCollections)
NamespacesPersistatePersistentPersistent(Boolean, Boolean)

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

When overridden, provides a means to create a derived object with optional initialisation of scalar members and collection members.
Declaration Syntax
C#
protected Persistent(
	bool initScalars,
	bool initCollections
)
Parameters
initScalars (Boolean)
If true, contained (but not associated) scalar object members should be initialised with a new empty object.
initCollections (Boolean)
If true collection members should be initialised with an empty collection.
Remarks
This constructor exists only to support the code generation scheme used by Persistate.

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