Persistate API documentation
DeReferenceSection Method (nameSection)
NamespacesPersistateObjectClassDeReferenceSection(String)

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

Dereferences a section in a MetaReference by returning the Member with the given name.
Declaration Syntax
C#
public override IMetaReferable DeReferenceSection(
	string nameSection
)
Parameters
nameSection (String)
The name to use to find the next object to use in the dereference.
Return Value
The member with the given name.
Exceptions
ExceptionCondition
PersistateDeReferenceExceptionThrown if no Member matching the given nameSection exists.

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