Class VerifyFailDetail
Inheritance
System.Object
VerifyFailDetail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: FChoice.Foundation.Clarify.DataVerifier.Core
Assembly: FChoice.Foundation.Clarify.DataVerifier.Core.dll
Syntax
public class VerifyFailDetail
Constructors
VerifyFailDetail(String, Int32, String, String, String)
Declaration
public VerifyFailDetail(string table, int rowObjID, string rowObjidFieldName, string rowDescription, string rowDescFieldName)
Parameters
Type | Name | Description |
---|---|---|
System.String | table | |
System.Int32 | rowObjID | |
System.String | rowObjidFieldName | |
System.String | rowDescription | |
System.String | rowDescFieldName |
VerifyFailDetail(String, Int32, String, String[], Object[])
Declaration
public VerifyFailDetail(string table, int rowObjID, string rowObjidFieldName, string[] rowFields, object[] rowVals)
Parameters
Type | Name | Description |
---|---|---|
System.String | table | |
System.Int32 | rowObjID | |
System.String | rowObjidFieldName | |
System.String[] | rowFields | |
System.Object[] | rowVals |
Fields
HACK_PLEASE_HIDE_ID_COLUMN
Declaration
public const string HACK_PLEASE_HIDE_ID_COLUMN = "n/a"
Field Value
Type | Description |
---|---|
System.String |
Properties
FieldNames
Declaration
public string[] FieldNames { get; }
Property Value
Type | Description |
---|---|
System.String[] |
FieldValues
Declaration
public object[] FieldValues { get; }
Property Value
Type | Description |
---|---|
System.Object[] |
ObjID
Declaration
public int ObjID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
ObjIDFieldName
Declaration
public string ObjIDFieldName { get; }
Property Value
Type | Description |
---|---|
System.String |
TableName
Declaration
public string TableName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetFieldValString()
Declaration
public string GetFieldValString()
Returns
Type | Description |
---|---|
System.String |