C# Class System.Web.Configuration.AuthorizationRule

Inheritance: System.Configuration.ConfigurationElement
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Private Properties

Свойство Type Description
AuthorizationRule System
CheckRole bool
CheckUser bool
CheckVerb bool
IsModified bool
VerifyData void

Méthodes publiques

Méthode Description
AuthorizationRule ( AuthorizationRuleAction action ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Méthodes protégées

Méthode Description
PostDeserialize ( ) : void
PreSerialize ( XmlWriter writer ) : void
Reset ( ConfigurationElement parentElement ) : void
ResetModified ( ) : void
SerializeElement ( XmlWriter writer, bool serializeCollectionKey ) : bool
SetReadOnly ( ) : void
Unmerge ( ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode ) : void

Private Methods

Méthode Description
AuthorizationRule ( ) : System
CheckRole ( IPrincipal user ) : bool
CheckUser ( string user ) : bool
CheckVerb ( string verb ) : bool
IsModified ( ) : bool
VerifyData ( ) : void

Method Details

AuthorizationRule() public méthode

public AuthorizationRule ( AuthorizationRuleAction action ) : System
action AuthorizationRuleAction
Résultat System

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PostDeserialize() protected méthode

protected PostDeserialize ( ) : void
Résultat void

PreSerialize() protected méthode

protected PreSerialize ( XmlWriter writer ) : void
writer XmlWriter
Résultat void

Reset() protected méthode

protected Reset ( ConfigurationElement parentElement ) : void
parentElement ConfigurationElement
Résultat void

ResetModified() protected méthode

protected ResetModified ( ) : void
Résultat void

SerializeElement() protected méthode

protected SerializeElement ( XmlWriter writer, bool serializeCollectionKey ) : bool
writer XmlWriter
serializeCollectionKey bool
Résultat bool

SetReadOnly() protected méthode

protected SetReadOnly ( ) : void
Résultat void

Unmerge() protected méthode

protected Unmerge ( ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode ) : void
sourceElement ConfigurationElement
parentElement ConfigurationElement
saveMode ConfigurationSaveMode
Résultat void