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

Inheritance: IPresence
显示文件 Open project: gwupe/Gwupe Class Usage Examples

Public Methods

Method Description
AddPresence ( IPresence presence ) : void
CompareTo ( IPresence other ) : int
ToString ( ) : string

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
GetHighestPriorityPresence ( ) : IPresence

Method Details

AddPresence() public method

public AddPresence ( IPresence presence ) : void
presence IPresence
return void

CompareTo() public method

public CompareTo ( IPresence other ) : int
other IPresence
return int

OnPropertyChanged() protected method

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
return void

ToString() public method

public ToString ( ) : string
return string