C# Class EU.Europa.EC.Markt.Dss.Validation.Tsl.ServiceInfo

Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

AddQualifier() public méthode

Add a qualifier and the corresponding condition
public AddQualifier ( string qualifier, System.Condition condition ) : void
qualifier string
condition System.Condition
Résultat void

GetCurrentStatus() public méthode

public GetCurrentStatus ( ) : string
Résultat string

GetCurrentStatusStartingDate() public méthode

public GetCurrentStatusStartingDate ( ) : System.DateTime
Résultat System.DateTime

GetQualifiers() public méthode

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
Résultat IList

GetQualifiersAndConditions() public méthode

public GetQualifiersAndConditions ( ) : Condition>.IDictionary
Résultat Condition>.IDictionary

GetServiceName() public méthode

public GetServiceName ( ) : string
Résultat string

GetStatusAtReferenceTime() public méthode

public GetStatusAtReferenceTime ( ) : string
Résultat string

GetStatusEndingDateAtReferenceTime() public méthode

public GetStatusEndingDateAtReferenceTime ( ) : System.DateTime
Résultat System.DateTime

GetStatusStartingDateAtReferenceTime() public méthode

public GetStatusStartingDateAtReferenceTime ( ) : System.DateTime
Résultat System.DateTime

GetTspElectronicAddress() public méthode

public GetTspElectronicAddress ( ) : string
Résultat string

GetTspName() public méthode

public GetTspName ( ) : string
Résultat string

GetTspPostalAddress() public méthode

public GetTspPostalAddress ( ) : string
Résultat string

GetTspTradeName() public méthode

public GetTspTradeName ( ) : string
Résultat string

IsTlWellSigned() public méthode

public IsTlWellSigned ( ) : bool
Résultat bool

SetCurrentStatus() public méthode

public SetCurrentStatus ( string currentStatus ) : void
currentStatus string
Résultat void

SetCurrentStatusStartingDate() public méthode

public SetCurrentStatusStartingDate ( System.DateTime currentStatusStartingDate ) : void
currentStatusStartingDate System.DateTime
Résultat void

SetServiceName() public méthode

public SetServiceName ( string serviceName ) : void
serviceName string
Résultat void

SetStatusAtReferenceTime() public méthode

public SetStatusAtReferenceTime ( string statusAtReferenceTime ) : void
statusAtReferenceTime string
Résultat void

SetStatusEndingDateAtReferenceTime() public méthode

public SetStatusEndingDateAtReferenceTime ( System.DateTime statusEndingDateAtReferenceTime ) : void
statusEndingDateAtReferenceTime System.DateTime
Résultat void

SetStatusStartingDateAtReferenceTime() public méthode

public SetStatusStartingDateAtReferenceTime ( System.DateTime statusStartingDateAtReferenceTime ) : void
statusStartingDateAtReferenceTime System.DateTime
Résultat void

SetTlWellSigned() public méthode

public SetTlWellSigned ( bool tlWellSigned ) : void
tlWellSigned bool the tlWellSigned to set
Résultat void

SetTspElectronicAddress() public méthode

public SetTspElectronicAddress ( string tspElectronicAddress ) : void
tspElectronicAddress string
Résultat void

SetTspName() public méthode

public SetTspName ( string tspName ) : void
tspName string
Résultat void

SetTspPostalAddress() public méthode

public SetTspPostalAddress ( string tspPostalAddress ) : void
tspPostalAddress string
Résultat void

SetTspTradeName() public méthode

public SetTspTradeName ( string tspTradeName ) : void
tspTradeName string
Résultat void