프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AuthorizationRule | System | ||
CheckRole | bool | ||
CheckUser | bool | ||
CheckVerb | bool | ||
IsModified | bool | ||
VerifyData | void |
메소드 | 설명 | |
---|---|---|
AuthorizationRule ( AuthorizationRuleAction action ) : System | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 | System |
protected Reset ( ConfigurationElement parentElement ) : void | ||
parentElement | ConfigurationElement | |
리턴 | void |
protected SerializeElement ( XmlWriter writer, bool serializeCollectionKey ) : bool | ||
writer | XmlWriter | |
serializeCollectionKey | bool | |
리턴 | bool |
protected Unmerge ( ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode ) : void | ||
sourceElement | ConfigurationElement | |
parentElement | ConfigurationElement | |
saveMode | ConfigurationSaveMode | |
리턴 | void |