Click or drag to resize

Oid Class

An ISO Object Identifier (OID). OIDs are used to identify data elements in RFID user memory.
Inheritance Hierarchy
SystemObject
  GS1.EPC.ApiOid

Namespace: GS1.EPC.Api
Assembly: epc-epconly (in epc-epconly.dll) Version: 2.1.0.28145 (2.1.0.0)
Syntax
C#
public class Oid

The Oid type exposes the following members.

Properties
 NameDescription
Public propertyArcs Returns an array containing all arcs of this OID, in sequence.
Public propertyFinalArc Returns the final (rightmost) arc of this OID.
Public propertyParent Returns the OID obtained by removing the final arc of this OID.
Public propertyUri Returns the URI corresponding to this OID, following RFC 3061.
Top
Methods
 NameDescription
Public methodChild Creates an OID by appending the specified arc to this OID.
Public methodEquals Test equality with another object
(Overrides ObjectEquals(Object))
Public methodStatic memberFromArcs Creates an OID having the specified arcs.
Public methodStatic memberFromUri Creates an OID corresponding to the specified URI. The URI must be formatted according to RFC 3061
Public methodGetHashCode Return hash code for current object
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also