C# 클래스 avt.DynamicFlashRotator.Net.Settings.RotatorSettings

파일 보기 프로젝트 열기: dnnsharp/DynamicRotator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BuyLink string
DocSrv string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetActivationSrc ( ) : IActivationDataStore

메소드 상세

Activate() 공개 메소드

public Activate ( string regCode, string host, string actCode ) : void
regCode string
host string
actCode string
리턴 void

Init() 공개 정적인 메소드

public static Init ( IConfiguration config ) : void
config IConfiguration
리턴 void

IsActivated() 공개 메소드

public IsActivated ( ) : bool
리턴 bool

IsTrial() 공개 메소드

public IsTrial ( ) : bool
리턴 bool

IsTrialExpired() 공개 메소드

public IsTrialExpired ( ) : bool
리턴 bool

JsonEncode() 공개 정적인 메소드

public static JsonEncode ( string s ) : string
s string
리턴 string

LoadFromDB() 공개 메소드

public LoadFromDB ( string RotatorId ) : bool
RotatorId string
리턴 bool

LoadFromPortableXml() 공개 정적인 메소드

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

LoadMiniTutorialWebManage() 공개 메소드

public LoadMiniTutorialWebManage ( ) : void
리턴 void

RotatorSettings() 공개 메소드

public RotatorSettings ( ) : System
리턴 System

SaveToPortableXml() 공개 메소드

public SaveToPortableXml ( XmlWriter Writer, string controlId ) : void
Writer XmlWriter
controlId string
리턴 void

SlidesToDesignerJson() 공개 메소드

public SlidesToDesignerJson ( ) : string
리턴 string

ToJson() 공개 메소드

public ToJson ( ) : string
리턴 string

프로퍼티 상세

BuyLink 공개적으로 정적으로 프로퍼티

public static string BuyLink
리턴 string

DocSrv 공개적으로 정적으로 프로퍼티

public static string DocSrv
리턴 string