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

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

Méthodes publiques

Méthode Description
AddPresence ( IPresence presence ) : void
CompareTo ( IPresence other ) : int
ToString ( ) : string

Méthodes protégées

Méthode Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Méthode Description
GetHighestPriorityPresence ( ) : IPresence

Method Details

AddPresence() public méthode

public AddPresence ( IPresence presence ) : void
presence IPresence
Résultat void

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

ToString() public méthode

public ToString ( ) : string
Résultat string