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

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

Dereferences a section in a MetaReference by returning the Operation or OperationGroup 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. If an Operation or OperationGroup with this name does not exist, an exception is thrown.
Return Value
The Operation or OperationGroup with the given name.

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