C# 클래스 EU.Europa.EC.Markt.Dss.Validation.Tsl.ServiceInfo

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

공개 메소드들

메소드 설명
AddQualifier ( string qualifier, System.Condition condition ) : void

Add a qualifier and the corresponding condition

GetCurrentStatus ( ) : string
GetCurrentStatusStartingDate ( ) : System.DateTime
GetQualifiers ( CertificateAndContext cert ) : IList

Retrieve all the qualifiers for which the corresponding condition evaluate to true.

Retrieve all the qualifiers for which the corresponding condition evaluate to true.

GetQualifiersAndConditions ( ) : Condition>.IDictionary
GetServiceName ( ) : string
GetStatusAtReferenceTime ( ) : string
GetStatusEndingDateAtReferenceTime ( ) : System.DateTime
GetStatusStartingDateAtReferenceTime ( ) : System.DateTime
GetTspElectronicAddress ( ) : string
GetTspName ( ) : string
GetTspPostalAddress ( ) : string
GetTspTradeName ( ) : string
IsTlWellSigned ( ) : bool
SetCurrentStatus ( string currentStatus ) : void
SetCurrentStatusStartingDate ( System.DateTime currentStatusStartingDate ) : void
SetServiceName ( string serviceName ) : void
SetStatusAtReferenceTime ( string statusAtReferenceTime ) : void
SetStatusEndingDateAtReferenceTime ( System.DateTime statusEndingDateAtReferenceTime ) : void
SetStatusStartingDateAtReferenceTime ( System.DateTime statusStartingDateAtReferenceTime ) : void
SetTlWellSigned ( bool tlWellSigned ) : void
SetTspElectronicAddress ( string tspElectronicAddress ) : void
SetTspName ( string tspName ) : void
SetTspPostalAddress ( string tspPostalAddress ) : void
SetTspTradeName ( string tspTradeName ) : void

메소드 상세

AddQualifier() 공개 메소드

Add a qualifier and the corresponding condition
public AddQualifier ( string qualifier, System.Condition condition ) : void
qualifier string
condition System.Condition
리턴 void

GetCurrentStatus() 공개 메소드

public GetCurrentStatus ( ) : string
리턴 string

GetCurrentStatusStartingDate() 공개 메소드

public GetCurrentStatusStartingDate ( ) : System.DateTime
리턴 System.DateTime

GetQualifiers() 공개 메소드

Retrieve all the qualifiers for which the corresponding condition evaluate to true.
Retrieve all the qualifiers for which the corresponding condition evaluate to true.
public GetQualifiers ( CertificateAndContext cert ) : IList
cert EU.Europa.EC.Markt.Dss.Validation.Certificate.CertificateAndContext
리턴 IList

GetQualifiersAndConditions() 공개 메소드

public GetQualifiersAndConditions ( ) : Condition>.IDictionary
리턴 Condition>.IDictionary

GetServiceName() 공개 메소드

public GetServiceName ( ) : string
리턴 string

GetStatusAtReferenceTime() 공개 메소드

public GetStatusAtReferenceTime ( ) : string
리턴 string

GetStatusEndingDateAtReferenceTime() 공개 메소드

public GetStatusEndingDateAtReferenceTime ( ) : System.DateTime
리턴 System.DateTime

GetStatusStartingDateAtReferenceTime() 공개 메소드

public GetStatusStartingDateAtReferenceTime ( ) : System.DateTime
리턴 System.DateTime

GetTspElectronicAddress() 공개 메소드

public GetTspElectronicAddress ( ) : string
리턴 string

GetTspName() 공개 메소드

public GetTspName ( ) : string
리턴 string

GetTspPostalAddress() 공개 메소드

public GetTspPostalAddress ( ) : string
리턴 string

GetTspTradeName() 공개 메소드

public GetTspTradeName ( ) : string
리턴 string

IsTlWellSigned() 공개 메소드

public IsTlWellSigned ( ) : bool
리턴 bool

SetCurrentStatus() 공개 메소드

public SetCurrentStatus ( string currentStatus ) : void
currentStatus string
리턴 void

SetCurrentStatusStartingDate() 공개 메소드

public SetCurrentStatusStartingDate ( System.DateTime currentStatusStartingDate ) : void
currentStatusStartingDate System.DateTime
리턴 void

SetServiceName() 공개 메소드

public SetServiceName ( string serviceName ) : void
serviceName string
리턴 void

SetStatusAtReferenceTime() 공개 메소드

public SetStatusAtReferenceTime ( string statusAtReferenceTime ) : void
statusAtReferenceTime string
리턴 void

SetStatusEndingDateAtReferenceTime() 공개 메소드

public SetStatusEndingDateAtReferenceTime ( System.DateTime statusEndingDateAtReferenceTime ) : void
statusEndingDateAtReferenceTime System.DateTime
리턴 void

SetStatusStartingDateAtReferenceTime() 공개 메소드

public SetStatusStartingDateAtReferenceTime ( System.DateTime statusStartingDateAtReferenceTime ) : void
statusStartingDateAtReferenceTime System.DateTime
리턴 void

SetTlWellSigned() 공개 메소드

public SetTlWellSigned ( bool tlWellSigned ) : void
tlWellSigned bool the tlWellSigned to set
리턴 void

SetTspElectronicAddress() 공개 메소드

public SetTspElectronicAddress ( string tspElectronicAddress ) : void
tspElectronicAddress string
리턴 void

SetTspName() 공개 메소드

public SetTspName ( string tspName ) : void
tspName string
리턴 void

SetTspPostalAddress() 공개 메소드

public SetTspPostalAddress ( string tspPostalAddress ) : void
tspPostalAddress string
리턴 void

SetTspTradeName() 공개 메소드

public SetTspTradeName ( string tspTradeName ) : void
tspTradeName string
리턴 void