Persistate API documentation
GetMemberCollectionValueFor Method (parent)
NamespacesPersistateMemberGetMemberCollectionValueFor(Persistent)

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

Gets the value of this collection member in a given instance.
Declaration Syntax
C#
public IPersistateList GetMemberCollectionValueFor(
	Persistent parent
)
Parameters
parent (Persistent)
The instance from which to get the member value.
Return Value
The returned member value, or null if this is a single object member.
Remarks
This is intended for use with object members (contained or associated) which are Several or Many type collections, and will return null if the member's ActualQuantity is One.

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