C# 클래스 avt.DynamicFlashRotator.Net.Services.AspNetConfiguration

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

공개 메소드들

메소드 설명
AspNetConfiguration ( string connStr, string dbOwner, string objQualifier, string allowRole, string allowIp, string allowInvokeType ) : System
FormatTitle ( string controlId ) : string
HasAccess ( string controlId ) : bool
HasAccess ( string controlId, IList authLayers ) : bool
IsDebug ( ) : bool
ShowManageLinks ( ) : bool
Tokenize ( string controlId, string content ) : string

메소드 상세

AspNetConfiguration() 공개 메소드

public AspNetConfiguration ( string connStr, string dbOwner, string objQualifier, string allowRole, string allowIp, string allowInvokeType ) : System
connStr string
dbOwner string
objQualifier string
allowRole string
allowIp string
allowInvokeType string
리턴 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 Tokenize ( string controlId, string content ) : string
controlId string
content string
리턴 string