C# Класс PlaybasisWeb.PlaybasisHelper

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
AUTH_INTERVAL_HOUR int
pb Playbasis

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
PlaybasisHelper ( ) : System

Описание методов

Auth() публичный Метод

public Auth ( bool forced = false ) : void
forced bool
Результат void

Register() публичный Метод

public Register ( User user, bool async ) : string
user User
async bool
Результат string

Register() публичный Метод

public Register ( int userId, SPRemoteEventProperties properties, bool async ) : string
userId int
properties SPRemoteEventProperties
async bool
Результат string

TriggerAction() публичный Метод

public TriggerAction ( int userId, SPRemoteEventProperties properties, string action, bool tryAuth = true ) : void
userId int
properties SPRemoteEventProperties
action string
tryAuth bool
Результат void

TriggerAction() публичный Метод

public TriggerAction ( int userId, string action, bool tryAuth = true ) : void
userId int
action string
tryAuth bool
Результат void

printHandler() публичный статический Метод

public static printHandler ( Object sender, UploadStringCompletedEventArgs e ) : void
sender Object
e System.Net.UploadStringCompletedEventArgs
Результат void

Описание свойств

AUTH_INTERVAL_HOUR публичное статическое свойство

public static int AUTH_INTERVAL_HOUR
Результат int

pb публичное свойство

public Playbasis pb
Результат Playbasis