C# Class PlaybasisWeb.PlaybasisHelper

Afficher le fichier Open project: playbasis/sdk-sharepoint

Méthodes publiques

Свойство Type Description
AUTH_INTERVAL_HOUR int
pb Playbasis

Méthodes publiques

Méthode Description
Auth ( bool forced = false ) : void
Register ( User user, bool async ) : string
Register ( int userId, SPRemoteEventProperties properties, bool async ) : string
TriggerAction ( int userId, SPRemoteEventProperties properties, string action, bool tryAuth = true ) : void
TriggerAction ( int userId, string action, bool tryAuth = true ) : void
printHandler ( Object sender, UploadStringCompletedEventArgs e ) : void

Private Methods

Méthode Description
PlaybasisHelper ( ) : System

Method Details

Auth() public méthode

public Auth ( bool forced = false ) : void
forced bool
Résultat void

Register() public méthode

public Register ( User user, bool async ) : string
user User
async bool
Résultat string

Register() public méthode

public Register ( int userId, SPRemoteEventProperties properties, bool async ) : string
userId int
properties SPRemoteEventProperties
async bool
Résultat string

TriggerAction() public méthode

public TriggerAction ( int userId, SPRemoteEventProperties properties, string action, bool tryAuth = true ) : void
userId int
properties SPRemoteEventProperties
action string
tryAuth bool
Résultat void

TriggerAction() public méthode

public TriggerAction ( int userId, string action, bool tryAuth = true ) : void
userId int
action string
tryAuth bool
Résultat void

printHandler() public static méthode

public static printHandler ( Object sender, UploadStringCompletedEventArgs e ) : void
sender Object
e System.Net.UploadStringCompletedEventArgs
Résultat void

Property Details

AUTH_INTERVAL_HOUR public_oe static_oe property

public static int AUTH_INTERVAL_HOUR
Résultat int

pb public_oe property

public Playbasis pb
Résultat Playbasis