VerityDotNet 1.0
C# library for Verity data profiling, quality control, remediation
Public Member Functions | Public Attributes | List of all members
VerityDotNet.CoValue Class Reference

CoValue object to define 2 or 3 fields for joint value analysis. More...

Public Member Functions

 CoValue ()
 Constructor.
 
string GetJSON ()
 Build JSON string of CoValue objext.
 

Public Attributes

string title
 title which is concantenation of field titles using _ to join them
 
string field1
 required first field title
 
string field2
 required second field title
 
string field3
 optional third field title
 
int field1_index
 first field's array index assigned by method
 
int field2_index
 second field's array index assigned by method
 
int field3_index
 third field's array index assigned by method
 
int numfields
 number of fields to use either 2 or 3.
 

Detailed Description

CoValue object to define 2 or 3 fields for joint value analysis.

Member Function Documentation

◆ GetJSON()

string VerityDotNet.CoValue.GetJSON ( )

Build JSON string of CoValue objext.

Returns
string of JSON or starts with notok: if error

The documentation for this class was generated from the following file: