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

Mostra file Open project: dnnsharp/DynamicRotator Class Usage Examples

Public Properties

Property Type Description
BuyLink string
DocSrv string

Public Methods

Method 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

Method Description
GetActivationSrc ( ) : IActivationDataStore

Method Details

Activate() public method

public Activate ( string regCode, string host, string actCode ) : void
regCode string
host string
actCode string
return void

Init() public static method

public static Init ( IConfiguration config ) : void
config IConfiguration
return void

IsActivated() public method

public IsActivated ( ) : bool
return bool

IsTrial() public method

public IsTrial ( ) : bool
return bool

IsTrialExpired() public method

public IsTrialExpired ( ) : bool
return bool

JsonEncode() public static method

public static JsonEncode ( string s ) : string
s string
return string

LoadFromDB() public method

public LoadFromDB ( string RotatorId ) : bool
RotatorId string
return bool

LoadFromPortableXml() public static method

public static LoadFromPortableXml ( XmlNode rootNode, string controlId ) : void
rootNode XmlNode
controlId string
return void

LoadMiniTutorialWebManage() public method

public LoadMiniTutorialWebManage ( ) : void
return void

RotatorSettings() public method

public RotatorSettings ( ) : System
return System

SaveToPortableXml() public method

public SaveToPortableXml ( XmlWriter Writer, string controlId ) : void
Writer XmlWriter
controlId string
return void

SlidesToDesignerJson() public method

public SlidesToDesignerJson ( ) : string
return string

ToJson() public method

public ToJson ( ) : string
return string

Property Details

BuyLink public_oe static_oe property

public static string BuyLink
return string

DocSrv public_oe static_oe property

public static string DocSrv
return string