C# Класс System.Security.SecurityElement

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AddAttributeSafe void
AddChild void
AddChildNoDuplicates void
ConvertSecurityElementFactories void
GetEscapeSequence string
GetUnescapeSequence string
ISecurityElementFactory SecurityElement
ISecurityElementFactory object
ISecurityElementFactory string
ISecurityElementFactory string
SearchForTextOfLocalName string
SecurityElement System.Collections
ToString void
ToWriter void
Unescape string

Открытые методы

Метод Описание
AddAttribute ( string name, string value ) : void
AddChild ( SecurityElement child ) : void
Attribute ( string name ) : string
Copy ( ) : SecurityElement
Equal ( SecurityElement other ) : bool
Escape ( string str ) : string
FromString ( string xml ) : SecurityElement
IsValidAttributeName ( string name ) : bool
IsValidAttributeValue ( string value ) : bool
IsValidTag ( string tag ) : bool
IsValidText ( string text ) : bool
SearchForChildByTag ( string tag ) : SecurityElement
SearchForTextOfTag ( string tag ) : string
SecurityElement ( string tag ) : System.Collections
SecurityElement ( string tag, string text ) : System.Collections
ToString ( ) : string

Приватные методы

Метод Описание
AddAttributeSafe ( string name, string value ) : void
AddChild ( ISecurityElementFactory child ) : void
AddChildNoDuplicates ( ISecurityElementFactory child ) : void
ConvertSecurityElementFactories ( ) : void
GetEscapeSequence ( char c ) : string
GetUnescapeSequence ( string str, int index, int &newIndex ) : string
ISecurityElementFactory ( ) : SecurityElement
ISecurityElementFactory ( ) : object
ISecurityElementFactory ( ) : string
ISecurityElementFactory ( string attributeName ) : string
SearchForTextOfLocalName ( string strLocalName ) : string
SecurityElement ( ) : System.Collections
ToString ( string indent, object obj, string>.Action write ) : void
ToWriter ( StreamWriter writer ) : void
Unescape ( string str ) : string

Описание методов

AddAttribute() публичный Метод

public AddAttribute ( string name, string value ) : void
name string
value string
Результат void

AddChild() публичный Метод

public AddChild ( SecurityElement child ) : void
child SecurityElement
Результат void

Attribute() публичный Метод

public Attribute ( string name ) : string
name string
Результат string

Copy() публичный Метод

public Copy ( ) : SecurityElement
Результат SecurityElement

Equal() публичный Метод

public Equal ( SecurityElement other ) : bool
other SecurityElement
Результат bool

Escape() публичный статический Метод

public static Escape ( string str ) : string
str string
Результат string

FromString() публичный статический Метод

public static FromString ( string xml ) : SecurityElement
xml string
Результат SecurityElement

IsValidAttributeName() публичный статический Метод

public static IsValidAttributeName ( string name ) : bool
name string
Результат bool

IsValidAttributeValue() публичный статический Метод

public static IsValidAttributeValue ( string value ) : bool
value string
Результат bool

IsValidTag() публичный статический Метод

public static IsValidTag ( string tag ) : bool
tag string
Результат bool

IsValidText() публичный статический Метод

public static IsValidText ( string text ) : bool
text string
Результат bool

SearchForChildByTag() публичный Метод

public SearchForChildByTag ( string tag ) : SecurityElement
tag string
Результат SecurityElement

SearchForTextOfTag() публичный Метод

public SearchForTextOfTag ( string tag ) : string
tag string
Результат string

SecurityElement() публичный Метод

public SecurityElement ( string tag ) : System.Collections
tag string
Результат System.Collections

SecurityElement() публичный Метод

public SecurityElement ( string tag, string text ) : System.Collections
tag string
text string
Результат System.Collections

ToString() публичный Метод

public ToString ( ) : string
Результат string