Identification models the information for identify an object.
Default constructor
public Void Identification()
Creates a new instance of Identification.
public Void Identification(protocol, id)
Name | Type | Summary |
---|---|---|
protocol | String | Protocol that identifies the object. |
id | String | The object identification as a string. |
Initializes a new instance of Identification.
public Void Identification(raw)
Name | Type | Summary |
---|---|---|
raw | String | The raw data for the instance. |
The object identification as a string.
public String ID { get; set; }
Protocol that identifies the object.
public String Protocol { get; set; }
The raw information for this identification.
public String Raw { get; set; }
Checks for equality (IEquatable implementation).
public Boolean Equals(other)
Name | Type | Summary |
---|---|---|
other | Identification |
Checks for equality (Object).
public Boolean Equals(obj)
Name | Type | Summary |
---|---|---|
obj | Object |
Not required, implementes for avoid warnings.
public Int32 GetHashCode()
Returns a textual representation of this object.
public String ToString()
In this document