C# Class PlaybasisWeb.PlaybasisHelper

Exibir arquivo Open project: playbasis/sdk-sharepoint

Public Properties

Property Type Description
AUTH_INTERVAL_HOUR int
pb Playbasis

Public Methods

Method 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

Method Description
PlaybasisHelper ( ) : System

Method Details

Auth() public method

public Auth ( bool forced = false ) : void
forced bool
return void

Register() public method

public Register ( User user, bool async ) : string
user User
async bool
return string

Register() public method

public Register ( int userId, SPRemoteEventProperties properties, bool async ) : string
userId int
properties SPRemoteEventProperties
async bool
return string

TriggerAction() public method

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

TriggerAction() public method

public TriggerAction ( int userId, string action, bool tryAuth = true ) : void
userId int
action string
tryAuth bool
return void

printHandler() public static method

public static printHandler ( Object sender, UploadStringCompletedEventArgs e ) : void
sender Object
e System.Net.UploadStringCompletedEventArgs
return void

Property Details

AUTH_INTERVAL_HOUR public_oe static_oe property

public static int AUTH_INTERVAL_HOUR
return int

pb public_oe property

public Playbasis pb
return Playbasis