Свойство | Type | Description | |
---|---|---|---|
AuthorizationRule | System | ||
CheckRole | bool | ||
CheckUser | bool | ||
CheckVerb | bool | ||
IsModified | bool | ||
VerifyData | void |
Méthode | Description | |
---|---|---|
AuthorizationRule ( AuthorizationRuleAction action ) : System | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int |
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 |
Méthode | Description | |
---|---|---|
AuthorizationRule ( ) : System | ||
CheckRole ( IPrincipal user ) : bool | ||
CheckUser ( string user ) : bool | ||
CheckVerb ( string verb ) : bool | ||
IsModified ( ) : bool | ||
VerifyData ( ) : void |
public AuthorizationRule ( AuthorizationRuleAction action ) : System | ||
action | AuthorizationRuleAction | |
Résultat | System |
protected PreSerialize ( XmlWriter writer ) : void | ||
writer | XmlWriter | |
Résultat | void |
protected Reset ( ConfigurationElement parentElement ) : void | ||
parentElement | ConfigurationElement | |
Résultat | void |
protected SerializeElement ( XmlWriter writer, bool serializeCollectionKey ) : bool | ||
writer | XmlWriter | |
serializeCollectionKey | bool | |
Résultat | bool |
protected Unmerge ( ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode ) : void | ||
sourceElement | ConfigurationElement | |
parentElement | ConfigurationElement | |
saveMode | ConfigurationSaveMode | |
Résultat | void |