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

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

공개 메소드들

메소드 설명
AddPresence ( IPresence presence ) : void
CompareTo ( IPresence other ) : int
ToString ( ) : string

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetHighestPriorityPresence ( ) : IPresence

메소드 상세

AddPresence() 공개 메소드

public AddPresence ( IPresence presence ) : void
presence IPresence
리턴 void

CompareTo() 공개 메소드

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

OnPropertyChanged() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string