C# 클래스 avt.DynamicFlashRotator.Dnn.DnnConfiguration

상속: IConfiguration
파일 보기 프로젝트 열기: dnnsharp/DynamicRotator

공개 메소드들

메소드 설명
DnnConfiguration ( ) : System
FormatTitle ( string controlId ) : string
HasAccess ( string controlId ) : bool
HasAccess ( string controlId, IList authLayers ) : bool
IsDebug ( ) : bool
ShowManageLinks ( ) : bool
Tokenize ( string strContent, DotNetNuke.Entities.Modules.ModuleInfo modInfo, bool forceDebug, bool bRevertToDnn ) : string
Tokenize ( string controlId, string content ) : string

메소드 상세

DnnConfiguration() 공개 메소드

public DnnConfiguration ( ) : System
리턴 System

FormatTitle() 공개 메소드

public FormatTitle ( string controlId ) : string
controlId string
리턴 string

HasAccess() 공개 메소드

public HasAccess ( string controlId ) : bool
controlId string
리턴 bool

HasAccess() 공개 메소드

public HasAccess ( string controlId, IList authLayers ) : bool
controlId string
authLayers IList
리턴 bool

IsDebug() 공개 메소드

public IsDebug ( ) : bool
리턴 bool

ShowManageLinks() 공개 메소드

public ShowManageLinks ( ) : bool
리턴 bool

Tokenize() 공개 정적인 메소드

public static Tokenize ( string strContent, DotNetNuke.Entities.Modules.ModuleInfo modInfo, bool forceDebug, bool bRevertToDnn ) : string
strContent string
modInfo DotNetNuke.Entities.Modules.ModuleInfo
forceDebug bool
bRevertToDnn bool
리턴 string

Tokenize() 공개 메소드

public Tokenize ( string controlId, string content ) : string
controlId string
content string
리턴 string