Implementation of
org.opendof.core.oal.DOFValue
that supports both structures of other values.
Inheritance Hierarchy
org.opendof.core.oal.valueDOFStructure
Namespace: org.opendof.core.oal.value
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public class DOFStructure : DOFValue, DOFImmutable
The DOFStructure type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DOFStructure(DOFValue) | Create a structure given an array of values. | |
| DOFStructure(DOFStructureType, DOFPacket) | Create an instance from serialized form. | |
| DOFStructure(DOFStructureType, DOFValue) | Create an instance from an array of field values and a type. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides ObjectEquals(Object).) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| getDOFType | ||
| getField | Get a structure field by index. | |
| getFields | Get all the fields in the structure. | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| isCompatibleWith | ||
| marshal | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Overrides ObjectToString.) |
See Also