C# Class Gwupe.Agent.Components.Engagement

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: gwupe/Gwupe Class Usage Examples

Méthodes publiques

Свойство Type Description
TunnelWaitLock object

Private Properties

Свойство Type Description
CompleteDeactivation void
Engagement System
ProcessRateResponse void
SecondPartyPropertyChanged void
SuggestCountdownToDeactivation void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CompleteDeactivation ( ) : void
Engagement ( GwupeClientAppContext appContext, Attendance personAttendance ) : System
ProcessRateResponse ( RateRq request, Response response, Exception e ) : void
SecondPartyPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
SuggestCountdownToDeactivation ( ) : void

Method Details

ActivityOccured() public méthode

public ActivityOccured ( EngagementActivity args ) : void
args EngagementActivity
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

GetFunction() public méthode

public GetFunction ( String function ) : IFunction
function String
Résultat IFunction

HasFunction() public méthode

public HasFunction ( String function ) : bool
function String
Résultat bool

LogoutOccurred() public méthode

public LogoutOccurred ( object sender, LoginEventArgs e ) : void
sender object
e Gwupe.Agent.Managers.LoginEventArgs
Résultat void

OnActivate() public méthode

public OnActivate ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnDeactivate() public méthode

public OnDeactivate ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPropertyChanged() public méthode

public OnPropertyChanged ( String property ) : void
property String
Résultat void

SetRating() public méthode

public SetRating ( string interactionId, string ratingName, int rating ) : void
interactionId string
ratingName string
rating int
Résultat void

Property Details

TunnelWaitLock public_oe property

public object TunnelWaitLock
Résultat object