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
Retrieves a concrete object based on the abstract object structure
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 a relative element of the abstract structure
Public methodGetMemberT Obsolete.
Public methodGetTypes
Public methodGetValues
Public methodIsSet
Checks if a property is actually set in the structrue
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.
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