C# Class avt.DynamicFlashRotator.Net.Settings.RotatorSettings

Afficher le fichier Open project: dnnsharp/DynamicRotator Class Usage Examples

Méthodes publiques

Свойство Type Description
BuyLink string
DocSrv string

Méthodes publiques

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

Private Methods

Méthode Description
GetActivationSrc ( ) : IActivationDataStore

Method Details

Activate() public méthode

public Activate ( string regCode, string host, string actCode ) : void
regCode string
host string
actCode string
Résultat void

Init() public static méthode

public static Init ( IConfiguration config ) : void
config IConfiguration
Résultat void

IsActivated() public méthode

public IsActivated ( ) : bool
Résultat bool

IsTrial() public méthode

public IsTrial ( ) : bool
Résultat bool

IsTrialExpired() public méthode

public IsTrialExpired ( ) : bool
Résultat bool

JsonEncode() public static méthode

public static JsonEncode ( string s ) : string
s string
Résultat string

LoadFromDB() public méthode

public LoadFromDB ( string RotatorId ) : bool
RotatorId string
Résultat bool

LoadFromPortableXml() public static méthode

public static LoadFromPortableXml ( XmlNode rootNode, string controlId ) : void
rootNode XmlNode
controlId string
Résultat void

LoadMiniTutorialWebManage() public méthode

public LoadMiniTutorialWebManage ( ) : void
Résultat void

RotatorSettings() public méthode

public RotatorSettings ( ) : System
Résultat System

SaveToPortableXml() public méthode

public SaveToPortableXml ( XmlWriter Writer, string controlId ) : void
Writer XmlWriter
controlId string
Résultat void

SlidesToDesignerJson() public méthode

public SlidesToDesignerJson ( ) : string
Résultat string

ToJson() public méthode

public ToJson ( ) : string
Résultat string

Property Details

BuyLink public_oe static_oe property

public static string BuyLink
Résultat string

DocSrv public_oe static_oe property

public static string DocSrv
Résultat string