Click or drag to resize

UserDataElement Class

A data element that may be encoded into user memory, from any data system. A data element is a name/value pair, where the name is an and the value is a string.
Inheritance Hierarchy
SystemObject
  GS1.EPC.ApiUserDataElement

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

The UserDataElement type exposes the following members.

Constructors
 NameDescription
Public methodUserDataElement Creates a new user data element having the specified OID and value.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
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