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

Inheritance: IPresence
ファイルを表示 Open project: gwupe/Gwupe Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnPropertyChanged ( string propertyName ) : void

Private Methods

Method Description
ParsePresenceMode ( string mode ) : PresenceMode
ParsePresenceType ( String presenceType ) : PresenceType

Method Details

CompareTo() public method

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

OnPropertyChanged() protected method

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

Presence() public method

public Presence ( ) : System
return System

Presence() public method

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

SetIdleState() public method

public SetIdleState ( IdleState idleState ) : void
idleState IdleState
return void

ToString() public method

public ToString ( ) : String
return String