Свойство | Тип | Описание | |
---|---|---|---|
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 ( |
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 ( |
||
ToString ( ) : string |
Метод | Описание | |
---|---|---|
Result ( bool assertion, |
One-liner to create a Result by asserting something
|
public GetStatus ( ) : Result.ResultStatus | ||
Результат | Result.ResultStatus |
public Result ( ) : EU.Europa.EC.Markt.Dss.Validation.Report | ||
Результат | EU.Europa.EC.Markt.Dss.Validation.Report |
public Result ( |
||
status | ||
description | string | |
Результат | EU.Europa.EC.Markt.Dss.Validation.Report |
public Result ( bool assertion ) : EU.Europa.EC.Markt.Dss.Validation.Report | ||
assertion | bool | |
Результат | EU.Europa.EC.Markt.Dss.Validation.Report |
public SetDescription ( string description ) : void | ||
description | string | |
Результат | void |
public SetStatus ( |
||
status | ||
description | string | |
Результат | void |