C# 클래스 Gwupe.Agent.Components.Person.Presence.Presence

상속: IPresence
파일 보기 프로젝트 열기: gwupe/Gwupe 1 사용 예제들

공개 메소드들

메소드 설명
CompareTo ( IPresence other ) : int
Presence ( ) : System
Presence ( String resource, PresenceElement presenceElement, String shortCode ) : System
SetIdleState ( IdleState idleState ) : void
ToString ( ) : String

보호된 메소드들

메소드 설명
OnPropertyChanged ( string propertyName ) : void

비공개 메소드들

메소드 설명
ParsePresenceMode ( string mode ) : PresenceMode
ParsePresenceType ( String presenceType ) : PresenceType

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( IPresence other ) : int
other IPresence
리턴 int

OnPropertyChanged() 보호된 메소드

protected OnPropertyChanged ( string propertyName ) : void
propertyName string
리턴 void

Presence() 공개 메소드

public Presence ( ) : System
리턴 System

Presence() 공개 메소드

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

SetIdleState() 공개 메소드

public SetIdleState ( IdleState idleState ) : void
idleState IdleState
리턴 void

ToString() 공개 메소드

public ToString ( ) : String
리턴 String