C# Class System.Web.Configuration.AuthorizationRule

Inheritance: System.Configuration.ConfigurationElement
Exibir arquivo Open project: kumpera/mono Class Usage Examples

Private Properties

Property Type Description
AuthorizationRule System
CheckRole bool
CheckUser bool
CheckVerb bool
IsModified bool
VerifyData void

Public Methods

Method Description
AuthorizationRule ( AuthorizationRuleAction action ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int

Protected Methods

Method 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

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

Method Details

AuthorizationRule() public method

public AuthorizationRule ( AuthorizationRuleAction action ) : System
action AuthorizationRuleAction
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PostDeserialize() protected method

protected PostDeserialize ( ) : void
return void

PreSerialize() protected method

protected PreSerialize ( XmlWriter writer ) : void
writer XmlWriter
return void

Reset() protected method

protected Reset ( ConfigurationElement parentElement ) : void
parentElement ConfigurationElement
return void

ResetModified() protected method

protected ResetModified ( ) : void
return void

SerializeElement() protected method

protected SerializeElement ( XmlWriter writer, bool serializeCollectionKey ) : bool
writer XmlWriter
serializeCollectionKey bool
return bool

SetReadOnly() protected method

protected SetReadOnly ( ) : void
return void

Unmerge() protected method

protected Unmerge ( ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode ) : void
sourceElement ConfigurationElement
parentElement ConfigurationElement
saveMode ConfigurationSaveMode
return void