[This is preliminary documentation and is subject to change.]
Gets the value of this collection member in a given instance.
| C# |
public IPersistateList GetMemberCollectionValueFor( Persistent parent )
- parent (Persistent)
- The instance from which to get the member value.
The returned member value, or null if this is a single object
member.
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.