Implementation of
DOFType
that matches
DOFInterfaceID
.
Inheritance Hierarchy
org.opendof.core.oalDOFType
org.opendof.core.oalDOFInterfaceIDType
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class Type : DOFType
The DOFInterfaceIDType type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DOFInterfaceIDType | Construct a type from the data read from the wire. |
Methods
Name | Description | |
---|---|---|
![]() | Equals | Determines object equality. (Overrides DOFTypeEquals(Object).) |
![]() | getEncoding | Get the string encoding for the type. (Inherited from DOFType.) |
![]() | GetHashCode | (Overrides DOFTypeGetHashCode.) |
![]() | getInstance | (Overrides DOFTypegetInstance(DOFPacket).) |
![]() | getMaxLength | Get the maximum length of the type. (Inherited from DOFType.) |
![]() | getMinLength | Get the minimum length of the type. (Inherited from DOFType.) |
![]() | getSubtypes | Return a list of subtypes associated with this type. (Inherited from DOFType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | getTypeID | Get the type identifier of this type. (Inherited from DOFType.) |
![]() | isDefined | Return whether of not the type is fully defined. (Inherited from DOFType.) |
![]() | marshal | (Overrides DOFTypemarshal(DOFTypeContext, DOFPacket).) |
![]() | ToString | Return the string representation of a type. (Overrides DOFTypeToString.) |
See Also