A Sandcastle Documented Class Library
![]() | EpcCode Class |
Represents an EPC Code.

Namespace: Tego.Rfid.Tds
Assembly: Tego (in Tego.dll) Version: 1.0.6599.21663 (1.2017.413.1)

public class EpcCode : ErrorsContainer, INotifyPropertyChanged
Public Class EpcCode Inherits ErrorsContainer Implements INotifyPropertyChanged
public ref class EpcCode : public ErrorsContainer, INotifyPropertyChanged
type EpcCode = class inherit ErrorsContainer interface INotifyPropertyChanged end
The EpcCode type exposes the following members.


Name | Description | |
---|---|---|
![]() | Encoder | Gets the encoder. Changing an encoder field will cause the Hex property to update. |
![]() | Hex | Gets or sets the EPC hex, causing the Encoder property to change as needed. |

Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetFromTagUri | Set encoder fields from a Tag URI. |
![]() | ToString | Default EPC representation. (Overrides ObjectToString.) |
![]() | ToString(String) | Converts the EPC to a URI or other string representation. |

Name | Description | |
---|---|---|
![]() | PropertyChanged | Event raised when the value of the Hex or Encoder changes. |

Name | Description | |
---|---|---|
![]() ![]() | URI_ID_PREFIX | The GS1 TDS header for an ID URI. |
![]() ![]() | URI_RAW_PREFIX | The GS1 TDS header for a Raw URI. |
![]() ![]() | URI_TAG_PREFIX | The GS1 TDS header for a Tag URI. |
