C# Class Shastra.Hydra.Messaging.MessageIds.MessageIdManager.UtcIdMessageId

Inheritance: IMessageId
Afficher le fichier Open project: NorthNick/hydra

Méthodes publiques

Méthode Description
CompareTo ( IMessageId other ) : int
Equals ( IMessageId other ) : bool
GetHashCode ( ) : int
IsMessageId ( string couchId ) : bool
ToDateTime ( ) : System.DateTime
ToDocId ( ) : string
ToString ( ) : string
UtcIdMessageId ( System.DateTime utcDate ) : System
UtcIdMessageId ( string couchId ) : System

Method Details

CompareTo() public méthode

public CompareTo ( IMessageId other ) : int
other IMessageId
Résultat int

Equals() public méthode

public Equals ( IMessageId other ) : bool
other IMessageId
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsMessageId() public static méthode

public static IsMessageId ( string couchId ) : bool
couchId string
Résultat bool

ToDateTime() public méthode

public ToDateTime ( ) : System.DateTime
Résultat System.DateTime

ToDocId() public méthode

public ToDocId ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

UtcIdMessageId() public méthode

public UtcIdMessageId ( System.DateTime utcDate ) : System
utcDate System.DateTime
Résultat System

UtcIdMessageId() public méthode

public UtcIdMessageId ( string couchId ) : System
couchId string
Résultat System