C# Class avt.DynamicFlashRotator.Net.Services.AspNetConfiguration

Inheritance: IConfiguration
Datei anzeigen Open project: dnnsharp/DynamicRotator

Public Methods

Method Description
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

Method Details

AspNetConfiguration() public method

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
return System

FormatTitle() public method

public FormatTitle ( string controlId ) : string
controlId string
return string

HasAccess() public method

public HasAccess ( string controlId ) : bool
controlId string
return bool

HasAccess() public method

public HasAccess ( string controlId, IList authLayers ) : bool
controlId string
authLayers IList
return bool

IsDebug() public method

public IsDebug ( ) : bool
return bool

ShowManageLinks() public method

public ShowManageLinks ( ) : bool
return bool

Tokenize() public method

public Tokenize ( string controlId, string content ) : string
controlId string
content string
return string