C# Class gov.va.medora.mdo.domain.sm.Message

Inheritance: PersistentObject, IComparable
Afficher le fichier Open project: OSEHRA/mdo Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int

Compare two Message objects based on their sent date

Message ( ) : System
isEscalated ( ) : bool

Private Methods

Méthode Description
getMessageFromReader ( System rdr ) : Message
getMessageFromReader ( System rdr, bool>.Dictionary columnTable ) : Message

Method Details

CompareTo() public méthode

Compare two Message objects based on their sent date
public CompareTo ( object obj ) : int
obj object
Résultat int

Message() public méthode

public Message ( ) : System
Résultat System

isEscalated() public méthode

public isEscalated ( ) : bool
Résultat bool