Method | Description | |
---|---|---|
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 |
public Conditions ( XmlElement oElem ) : System | ||
oElem | XmlElement | |
return | System |
public setNotAfter ( System.DateTime oVal ) : void | ||
oVal | System.DateTime | |
return | void |
public setNotBefore ( System.DateTime oVal ) : void | ||
oVal | System.DateTime | |
return | void |
public toDOM ( XmlDocument oDoc ) : XmlElement | ||
oDoc | XmlDocument | |
return | XmlElement |