C# 클래스 System.Web.Configuration.AuthorizationRule

상속: System.Configuration.ConfigurationElement
파일 보기 프로젝트 열기: kumpera/mono 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

메소드 상세

AuthorizationRule() 공개 메소드

public AuthorizationRule ( AuthorizationRuleAction action ) : System
action AuthorizationRuleAction
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

PostDeserialize() 보호된 메소드

protected PostDeserialize ( ) : void
리턴 void

PreSerialize() 보호된 메소드

protected PreSerialize ( XmlWriter writer ) : void
writer XmlWriter
리턴 void

Reset() 보호된 메소드

protected Reset ( ConfigurationElement parentElement ) : void
parentElement ConfigurationElement
리턴 void

ResetModified() 보호된 메소드

protected ResetModified ( ) : void
리턴 void

SerializeElement() 보호된 메소드

protected SerializeElement ( XmlWriter writer, bool serializeCollectionKey ) : bool
writer XmlWriter
serializeCollectionKey bool
리턴 bool

SetReadOnly() 보호된 메소드

protected SetReadOnly ( ) : void
리턴 void

Unmerge() 보호된 메소드

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