Report of the field consistency verification.

Hierarchy (view full)

Constructors

Properties

consistency: ValueConsistency

The status of the consistency verification.

fieldFullNames: string[]

Full names of the fields that were considered during the verification.

fieldType: CommonFieldType

Logical field that is being verified.

Methods

  • Parameters

    Returns {
        consistency?: ValueConsistency;
        fieldFullNames?: (undefined | string)[];
        fieldType?: CommonFieldType;
        serialize?: any;
    }

    • Optional Readonly consistency?: ValueConsistency

      The status of the consistency verification.

    • Optional Readonly fieldFullNames?: (undefined | string)[]

      Full names of the fields that were considered during the verification.

    • Optional Readonly fieldType?: CommonFieldType

      Logical field that is being verified.