C# 클래스 Gwupe.Agent.Components.Engagement

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

공개 프로퍼티들

프로퍼티 타입 설명
TunnelWaitLock object

Private Properties

프로퍼티 타입 설명
CompleteDeactivation void
Engagement System
ProcessRateResponse void
SecondPartyPropertyChanged void
SuggestCountdownToDeactivation void

공개 메소드들

메소드 설명
ActivityOccured ( EngagementActivity args ) : void
Close ( ) : void
GetFunction ( String function ) : IFunction
HasFunction ( String function ) : bool
LogoutOccurred ( object sender, LoginEventArgs e ) : void
OnActivate ( EventArgs e ) : void
OnDeactivate ( EventArgs e ) : void
OnPropertyChanged ( String property ) : void
SetRating ( string interactionId, string ratingName, int rating ) : void

비공개 메소드들

메소드 설명
CompleteDeactivation ( ) : void
Engagement ( GwupeClientAppContext appContext, Attendance personAttendance ) : System
ProcessRateResponse ( RateRq request, Response response, Exception e ) : void
SecondPartyPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
SuggestCountdownToDeactivation ( ) : void

메소드 상세

ActivityOccured() 공개 메소드

public ActivityOccured ( EngagementActivity args ) : void
args EngagementActivity
리턴 void

Close() 공개 메소드

public Close ( ) : void
리턴 void

GetFunction() 공개 메소드

public GetFunction ( String function ) : IFunction
function String
리턴 IFunction

HasFunction() 공개 메소드

public HasFunction ( String function ) : bool
function String
리턴 bool

LogoutOccurred() 공개 메소드

public LogoutOccurred ( object sender, LoginEventArgs e ) : void
sender object
e Gwupe.Agent.Managers.LoginEventArgs
리턴 void

OnActivate() 공개 메소드

public OnActivate ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnDeactivate() 공개 메소드

public OnDeactivate ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPropertyChanged() 공개 메소드

public OnPropertyChanged ( String property ) : void
property String
리턴 void

SetRating() 공개 메소드

public SetRating ( string interactionId, string ratingName, int rating ) : void
interactionId string
ratingName string
rating int
리턴 void

프로퍼티 상세

TunnelWaitLock 공개적으로 프로퍼티

public object TunnelWaitLock
리턴 object