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

Inheritance: IConfiguration
Afficher le fichier Open project: dnnsharp/DynamicRotator

Méthodes publiques

Méthode 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 méthode

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
Résultat System

FormatTitle() public méthode

public FormatTitle ( string controlId ) : string
controlId string
Résultat string

HasAccess() public méthode

public HasAccess ( string controlId ) : bool
controlId string
Résultat bool

HasAccess() public méthode

public HasAccess ( string controlId, IList authLayers ) : bool
controlId string
authLayers IList
Résultat bool

IsDebug() public méthode

public IsDebug ( ) : bool
Résultat bool

ShowManageLinks() public méthode

public ShowManageLinks ( ) : bool
Résultat bool

Tokenize() public méthode

public Tokenize ( string controlId, string content ) : string
controlId string
content string
Résultat string