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

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

공개 메소드들

메소드 설명
Conditions ( ) : System
Conditions ( XmlElement oElem ) : System
ToString ( ) : string
dump ( string sTab ) : string
fromDOM ( XmlElement oElem ) : void
getNotAfter ( ) : DateTime?
getNotBefore ( ) : DateTime?
isValid ( ) : bool
reset ( ) : void
setNotAfter ( System.DateTime oVal ) : void
setNotBefore ( System.DateTime oVal ) : void
toDOM ( XmlDocument oDoc ) : XmlElement

메소드 상세

Conditions() 공개 메소드

public Conditions ( ) : System
리턴 System

Conditions() 공개 메소드

public Conditions ( XmlElement oElem ) : System
oElem XmlElement
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

dump() 공개 메소드

public dump ( string sTab ) : string
sTab string
리턴 string

fromDOM() 공개 메소드

public fromDOM ( XmlElement oElem ) : void
oElem XmlElement
리턴 void

getNotAfter() 공개 메소드

public getNotAfter ( ) : DateTime?
리턴 DateTime?

getNotBefore() 공개 메소드

public getNotBefore ( ) : DateTime?
리턴 DateTime?

isValid() 공개 메소드

public isValid ( ) : bool
리턴 bool

reset() 공개 메소드

public reset ( ) : void
리턴 void

setNotAfter() 공개 메소드

public setNotAfter ( System.DateTime oVal ) : void
oVal System.DateTime
리턴 void

setNotBefore() 공개 메소드

public setNotBefore ( System.DateTime oVal ) : void
oVal System.DateTime
리턴 void

toDOM() 공개 메소드

public toDOM ( XmlDocument oDoc ) : XmlElement
oDoc XmlDocument
리턴 XmlElement