Persistate API documentation
GetMemberSingleValueFor Method (parent)
NamespacesPersistateMemberGetMemberSingleValueFor(Persistent)

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

Gets the value of this scalar member in a particular instance.
Declaration Syntax
C#
public Persistent GetMemberSingleValueFor(
	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 not a single object member.
Remarks
This is intended for use with scalar (single) object members (contained or associated), and will return null if the member's ActualQuantity is not One.

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