C# Class org.GraphDefined.Vanaheimr.Illias.EventTracking_Id

The unique identification for tracking events (EventTrackingId).
Inheritance: System
Afficher le fichier Open project: Vanaheimr/Illias Class Usage Examples

Protected Properties

Свойство Type Description
_Id String

Méthodes publiques

Méthode Description
CompareTo ( EventTracking_Id EventTrackingId ) : Int32

Compares two instances of this object.

CompareTo ( Object Object ) : Int32

Compares two instances of this object.

Equals ( EventTracking_Id EventTrackingId ) : System.Boolean

Compares two EventTrackingIds for equality.

Equals ( Object Object ) : System.Boolean

Compares two instances of this object.

GetHashCode ( ) : Int32

Return the HashCode of this object.

Parse ( String EventTrackingId ) : EventTracking_Id

Parse the given string as an event tracking identification.

ToString ( ) : String

Return a string representation of this object.

TryParse ( String Text, EventTracking_Id &EventTrackingId ) : System.Boolean

Parse the given string as an event tracking identification.

operator ( ) : System.Boolean

Compares two instances of this object.

Private Methods

Méthode Description
EventTracking_Id ( String EventTrackingId ) : System

Generate a new unique identification for tracking events (EventTrackingId) based on the given string.

Method Details

CompareTo() public méthode

Compares two instances of this object.
public CompareTo ( EventTracking_Id EventTrackingId ) : Int32
EventTrackingId EventTracking_Id An object to compare with.
Résultat System.Int32

CompareTo() public méthode

Compares two instances of this object.
public CompareTo ( Object Object ) : Int32
Object Object An object to compare with.
Résultat System.Int32

Equals() public méthode

Compares two EventTrackingIds for equality.
public Equals ( EventTracking_Id EventTrackingId ) : System.Boolean
EventTrackingId EventTracking_Id A EventTrackingId to compare with.
Résultat System.Boolean

Equals() public méthode

Compares two instances of this object.
public Equals ( Object Object ) : System.Boolean
Object Object An object to compare with.
Résultat System.Boolean

GetHashCode() public méthode

Return the HashCode of this object.
public GetHashCode ( ) : Int32
Résultat System.Int32

Parse() public static méthode

Parse the given string as an event tracking identification.
public static Parse ( String EventTrackingId ) : EventTracking_Id
EventTrackingId String
Résultat EventTracking_Id

ToString() public méthode

Return a string representation of this object.
public ToString ( ) : String
Résultat String

TryParse() public static méthode

Parse the given string as an event tracking identification.
public static TryParse ( String Text, EventTracking_Id &EventTrackingId ) : System.Boolean
Text String A text representation of an event tracking identification.
EventTrackingId EventTracking_Id The parsed event tracking identification.
Résultat System.Boolean

operator() public static méthode

Compares two instances of this object.
public static operator ( ) : System.Boolean
Résultat System.Boolean

Property Details

_Id protected_oe property

The internal identification.
protected String _Id
Résultat String