DOFObjectIDDomainType ClassOpenDOF Object Access Library
Implementation of DOFType that matches Domain .
Inheritance Hierarchy

SystemObject
  org.opendof.core.oalDOFType
    org.opendof.core.oalDOFObjectIDType
      org.opendof.core.oalDOFObjectIDDomainType

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
[SerializableAttribute]
public sealed class Type : DOFObjectIDType

The DOFObjectIDDomainType type exposes the following members.

Methods

  NameDescription
Public methodEquals (Overrides DOFObjectIDTypeEquals(Object).)
Public methodgetEncoding
Get the string encoding for the type.
(Inherited from DOFType.)
Public methodGetHashCode (Overrides DOFObjectIDTypeGetHashCode.)
Public methodgetInstance (Overrides DOFObjectIDTypegetInstance(DOFPacket).)
Public methodgetMaxLength
Get the maximum length of the type.
(Inherited from DOFType.)
Public methodgetMinLength
Get the minimum length of the type.
(Inherited from DOFType.)
Public methodgetSubtypes
Return a list of subtypes associated with this type.
(Inherited from DOFType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodgetTypeID
Get the type identifier of this type.
(Inherited from DOFType.)
Public methodisDefined
Return whether of not the type is fully defined.
(Inherited from DOFType.)
Public methodmarshal (Inherited from DOFObjectIDType.)
Public methodToString
Return the string representation of a type.
(Inherited from DOFObjectIDType.)
Top
See Also

Reference