C# Класс System.Web.Configuration.AuthorizationRule

Наследование: System.Configuration.ConfigurationElement
Показать файл Открыть проект Примеры использования класса

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