The Attribute class is used to add attributes to a DOFObjectID.
Inheritance Hierarchy
org.opendof.core.oalDOFObjectIDAttribute
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
[SerializableAttribute] public sealed class Attribute : IComparable<DOFObjectIDAttribute>, DOFImmutable
The DOFObjectIDAttribute type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| CompareTo | ||
| create(Byte, DOFObjectID) | Construct an attribute using a DOFObjectID. | |
| create(Byte, Byte) | Construct an attribute using binary data. | |
| Equals | (Overrides ObjectEquals(Object).) | |
| GetHashCode | (Overrides ObjectGetHashCode.) | |
| getType | Get the type of the attribute. | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| getValue | Get the data associated with this attribute. | |
| getValueObjectID | Return the DOFObjectID associated with this attribute, or null if the content is not an object identifier.
| |
| toStandardString | Convert an attribute to its standardized text form. | |
| ToString | Convert an attribute to its standardized text form. (Overrides ObjectToString.) |
Fields
| Name | Description | |
|---|---|---|
| BINDING_PROVIDER | This Attribute identifies the provider of a binding. | |
| GROUP | Group attribute. | |
| MAX_IDENTIFIER | The max attribute identifier. | |
| PROVIDER | Provider attribute. | |
| SESSION | Session attribute. |
Remarks
See Also