C# 클래스 org.GraphDefined.Vanaheimr.Illias.EventTracking_Id

The unique identification for tracking events (EventTrackingId).
상속: System
파일 보기 프로젝트 열기: Vanaheimr/Illias 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_Id String

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
EventTracking_Id ( String EventTrackingId ) : System

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

메소드 상세

CompareTo() 공개 메소드

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

CompareTo() 공개 메소드

Compares two instances of this object.
public CompareTo ( Object Object ) : Int32
Object Object An object to compare with.
리턴 System.Int32

Equals() 공개 메소드

Compares two EventTrackingIds for equality.
public Equals ( EventTracking_Id EventTrackingId ) : System.Boolean
EventTrackingId EventTracking_Id A EventTrackingId to compare with.
리턴 System.Boolean

Equals() 공개 메소드

Compares two instances of this object.
public Equals ( Object Object ) : System.Boolean
Object Object An object to compare with.
리턴 System.Boolean

GetHashCode() 공개 메소드

Return the HashCode of this object.
public GetHashCode ( ) : Int32
리턴 System.Int32

Parse() 공개 정적인 메소드

Parse the given string as an event tracking identification.
public static Parse ( String EventTrackingId ) : EventTracking_Id
EventTrackingId String
리턴 EventTracking_Id

ToString() 공개 메소드

Return a string representation of this object.
public ToString ( ) : String
리턴 String

TryParse() 공개 정적인 메소드

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.
리턴 System.Boolean

operator() 공개 정적인 메소드

Compares two instances of this object.
public static operator ( ) : System.Boolean
리턴 System.Boolean

프로퍼티 상세

_Id 보호되어 있는 프로퍼티

The internal identification.
protected String _Id
리턴 String