C# 클래스 DotNetXri.Client.Saml.Attribute

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

공개 메소드들

메소드 설명
Attribute ( ) : System.Xml
Attribute ( XmlElement oElem ) : System.Xml
ToString ( ) : string
dump ( ) : string
fromDOM ( XmlElement oElem ) : void
getName ( ) : string
getValue ( ) : string
reset ( ) : void
setName ( string sVal ) : void
setValue ( string sVal ) : void
toDOM ( XmlDocument oDoc ) : XmlElement

메소드 상세

Attribute() 공개 메소드

public Attribute ( ) : System.Xml
리턴 System.Xml

Attribute() 공개 메소드

public Attribute ( XmlElement oElem ) : System.Xml
oElem System.Xml.XmlElement
리턴 System.Xml

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

dump() 공개 메소드

public dump ( ) : string
리턴 string

fromDOM() 공개 메소드

public fromDOM ( XmlElement oElem ) : void
oElem System.Xml.XmlElement
리턴 void

getName() 공개 메소드

public getName ( ) : string
리턴 string

getValue() 공개 메소드

public getValue ( ) : string
리턴 string

reset() 공개 메소드

public reset ( ) : void
리턴 void

setName() 공개 메소드

public setName ( string sVal ) : void
sVal string
리턴 void

setValue() 공개 메소드

public setValue ( string sVal ) : void
sVal string
리턴 void

toDOM() 공개 메소드

public toDOM ( XmlDocument oDoc ) : XmlElement
oDoc System.Xml.XmlDocument
리턴 System.Xml.XmlElement