Class FieldConsistencyVerificationReport

Report of the field consistency verification.

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?: string[];
        fieldType?: CommonFieldType;
        serialize?(config?): { readonly fieldType?: CommonFieldType | undefined; readonly consistency?: ValueConsistency | undefined; readonly fieldFullNames?: string[] | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; };
    }

    • Optional Readonly consistency?: ValueConsistency

      The status of the consistency verification.

    • Optional Readonly fieldFullNames?: string[]

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

    • Optional Readonly fieldType?: CommonFieldType

      Logical field that is being verified.

    • serialize?:function
      • Parameters

        Returns { readonly fieldType?: CommonFieldType | undefined; readonly consistency?: ValueConsistency | undefined; readonly fieldFullNames?: string[] | undefined; serialize?: ((config?: ToJsonConfiguration | undefined) => ...) | undefined; }