C# 클래스 System.Security.SecurityElement

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

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