Identification

Identification models the information for identify an object.

Namespace:
Inetdev.Data
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object
Implements:
System.IEquatable{Inetdev.Data.Identification}

Constructors

Identification

Default constructor

Signature:
public Void Identification()

Identification

Creates a new instance of Identification.

Signature:
public Void Identification(protocol, id)
Parameters
Name Type Summary
protocol String Protocol that identifies the object.
id String The object identification as a string.

Identification

Initializes a new instance of Identification.

Signature:
public Void Identification(raw)
Parameters
Name Type Summary
raw String The raw data for the instance.

Properties

ID

The object identification as a string.

Signature:
public String ID { get; set; }

Protocol

Protocol that identifies the object.

Signature:
public String Protocol { get; set; }

Raw

The raw information for this identification.

Signature:
public String Raw { get; set; }

Methods

Equals

Checks for equality (IEquatable implementation).

Signature:
public Boolean Equals(other)
Parameters
Name Type Summary
other Identification

Equals

Checks for equality (Object).

Signature:
public Boolean Equals(obj)
Parameters
Name Type Summary
obj Object

GetHashCode

Not required, implementes for avoid warnings.

Signature:
public Int32 GetHashCode()

ToString

Returns a textual representation of this object.

Signature:
public String ToString()