Свойство | Type | Description | |
---|---|---|---|
BuyLink | string | ||
DocSrv | string |
Méthode | Description | |
---|---|---|
Activate ( string regCode, string host, string actCode ) : void | ||
Init ( IConfiguration config ) : void | ||
IsActivated ( ) : bool | ||
IsTrial ( ) : bool | ||
IsTrialExpired ( ) : bool | ||
JsonEncode ( string s ) : string | ||
LoadFromDB ( string RotatorId ) : bool | ||
LoadFromPortableXml ( XmlNode rootNode, string controlId ) : void | ||
LoadMiniTutorialWebManage ( ) : void | ||
RotatorSettings ( ) : System | ||
SaveToPortableXml ( XmlWriter Writer, string controlId ) : void | ||
SlidesToDesignerJson ( ) : string | ||
ToJson ( ) : string |
Méthode | Description | |
---|---|---|
GetActivationSrc ( ) : IActivationDataStore |
public Activate ( string regCode, string host, string actCode ) : void | ||
regCode | string | |
host | string | |
actCode | string | |
Résultat | void |
public static Init ( IConfiguration config ) : void | ||
config | IConfiguration | |
Résultat | void |
public static JsonEncode ( string s ) : string | ||
s | string | |
Résultat | string |
public LoadFromDB ( string RotatorId ) : bool | ||
RotatorId | string | |
Résultat | bool |
public static LoadFromPortableXml ( XmlNode rootNode, string controlId ) : void | ||
rootNode | XmlNode | |
controlId | string | |
Résultat | void |
public LoadMiniTutorialWebManage ( ) : void | ||
Résultat | void |
public SaveToPortableXml ( XmlWriter Writer, string controlId ) : void | ||
Writer | XmlWriter | |
controlId | string | |
Résultat | void |