C# Класс EU.Europa.EC.Markt.Dss.Validation.Report.Result

Representation of the Result in the validation report.
Representation of the Result in the validation report.
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
description string

Открытые методы

Метод Описание
GetDescription ( ) : string
GetStatus ( ) : Result.ResultStatus
IsInvalid ( ) : bool

returns whether the check was invalid

IsUndetermined ( ) : bool

returns whether the check was undetermined

IsValid ( ) : bool

returns whether the check was valid

Result ( ) : EU.Europa.EC.Markt.Dss.Validation.Report

The default constructor for Result.

The default constructor for Result.

Result ( Result status, string description ) : EU.Europa.EC.Markt.Dss.Validation.Report

The default constructor for Result.

The default constructor for Result.

Result ( bool assertion ) : EU.Europa.EC.Markt.Dss.Validation.Report

One-liner to create a Result by asserting something, set to invalid if the assertion fails

SetDescription ( string description ) : void

Set description of the result

SetStatus ( Result status, string description ) : void
ToString ( ) : string

Приватные методы

Метод Описание
Result ( bool assertion, Result statusIfFailed ) : EU.Europa.EC.Markt.Dss.Validation.Report

One-liner to create a Result by asserting something

Описание методов

GetDescription() публичный Метод

public GetDescription ( ) : string
Результат string

GetStatus() публичный Метод

public GetStatus ( ) : Result.ResultStatus
Результат Result.ResultStatus

IsInvalid() публичный Метод

returns whether the check was invalid
public IsInvalid ( ) : bool
Результат bool

IsUndetermined() публичный Метод

returns whether the check was undetermined
public IsUndetermined ( ) : bool
Результат bool

IsValid() публичный Метод

returns whether the check was valid
public IsValid ( ) : bool
Результат bool

Result() публичный Метод

The default constructor for Result.
The default constructor for Result.
public Result ( ) : EU.Europa.EC.Markt.Dss.Validation.Report
Результат EU.Europa.EC.Markt.Dss.Validation.Report

Result() публичный Метод

The default constructor for Result.
The default constructor for Result.
public Result ( Result status, string description ) : EU.Europa.EC.Markt.Dss.Validation.Report
status Result
description string
Результат EU.Europa.EC.Markt.Dss.Validation.Report

Result() публичный Метод

One-liner to create a Result by asserting something, set to invalid if the assertion fails
public Result ( bool assertion ) : EU.Europa.EC.Markt.Dss.Validation.Report
assertion bool
Результат EU.Europa.EC.Markt.Dss.Validation.Report

SetDescription() публичный Метод

Set description of the result
public SetDescription ( string description ) : void
description string
Результат void

SetStatus() публичный Метод

public SetStatus ( Result status, string description ) : void
status Result
description string
Результат void

ToString() публичный Метод

public ToString ( ) : string
Результат string

Описание свойств

description защищенное свойство

protected string description
Результат string