C# Class System.Security.SecurityElement

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

AddAttribute() public méthode

public AddAttribute ( string name, string value ) : void
name string
value string
Résultat void

AddChild() public méthode

public AddChild ( SecurityElement child ) : void
child SecurityElement
Résultat void

Attribute() public méthode

public Attribute ( string name ) : string
name string
Résultat string

Copy() public méthode

public Copy ( ) : SecurityElement
Résultat SecurityElement

Equal() public méthode

public Equal ( SecurityElement other ) : bool
other SecurityElement
Résultat bool

Escape() public static méthode

public static Escape ( string str ) : string
str string
Résultat string

FromString() public static méthode

public static FromString ( string xml ) : SecurityElement
xml string
Résultat SecurityElement

IsValidAttributeName() public static méthode

public static IsValidAttributeName ( string name ) : bool
name string
Résultat bool

IsValidAttributeValue() public static méthode

public static IsValidAttributeValue ( string value ) : bool
value string
Résultat bool

IsValidTag() public static méthode

public static IsValidTag ( string tag ) : bool
tag string
Résultat bool

IsValidText() public static méthode

public static IsValidText ( string text ) : bool
text string
Résultat bool

SearchForChildByTag() public méthode

public SearchForChildByTag ( string tag ) : SecurityElement
tag string
Résultat SecurityElement

SearchForTextOfTag() public méthode

public SearchForTextOfTag ( string tag ) : string
tag string
Résultat string

SecurityElement() public méthode

public SecurityElement ( string tag ) : System.Collections
tag string
Résultat System.Collections

SecurityElement() public méthode

public SecurityElement ( string tag, string text ) : System.Collections
tag string
text string
Résultat System.Collections

ToString() public méthode

public ToString ( ) : string
Résultat string