Click or drag to resize
AbstractStructure Methods

The AbstractStructure type exposes the following members.

Methods
  NameDescription
Public methodAddT
Adds an element to the abstract structure
Public methodAsT
Interpret abstract structure as a different type.
Public methodCloneAsT
Clone object to another AbstractStructure type.
Public methodCloneSubstructureAsT
Clone a substructure of the abstract structure and interprets it as type T.
Public methodStatic memberDiff
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodGetT(String)
Retrieves a relative element of the abstract structure
Public methodGetT(String, T)
Retrieves an element of the abstract structure and interprets it as type T.
Public methodGetAllProperties
Gets all the property names in the structure
Public methodGetAllPropertyPaths
Gets the path to all properties names in the structure
Public methodGetMemberT Obsolete.
Retrieves a relative element of the abstract structure
Public methodIsSet
Checks if a property is set
Public methodPrintStructure
Public methodReadJson
Read the structure of the object from the argument reader.
Public methodSetT
Sets a relative element of the abstract structure
Public methodSetMemberT Obsolete.
Sets a relative element of the abstract structure
Public methodWriteJson
Write the full json structure of the object to the argument writer.
Top
Extension Methods
  NameDescription
Public Extension MethodIf (Defined by StructureExpressionExtensions.)
Public Extension MethodSwitch (Defined by StructureExpressionExtensions.)
Top
See Also