C# Class Gwupe.Agent.Components.Person.Presence.Presence

Inheritance: IPresence
Afficher le fichier Open project: gwupe/Gwupe Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( IPresence other ) : int
Presence ( ) : System
Presence ( String resource, PresenceElement presenceElement, String shortCode ) : System
SetIdleState ( IdleState idleState ) : void
ToString ( ) : String

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
ParsePresenceMode ( string mode ) : PresenceMode
ParsePresenceType ( String presenceType ) : PresenceType

Method Details

CompareTo() public méthode

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

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
Résultat void

Presence() public méthode

public Presence ( ) : System
Résultat System

Presence() public méthode

public Presence ( String resource, PresenceElement presenceElement, String shortCode ) : System
resource String
presenceElement Gwupe.Cloud.Messaging.Elements.PresenceElement
shortCode String
Résultat System

SetIdleState() public méthode

public SetIdleState ( IdleState idleState ) : void
idleState IdleState
Résultat void

ToString() public méthode

public ToString ( ) : String
Résultat String