Class ClarifyDataObject
Inheritance
System.Object
ClarifyDataObject
Implements
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.DataObjects
Assembly: fcSDK.dll
Syntax
public abstract class ClarifyDataObject : DataObject, IDataObject
Constructors
ClarifyDataObject(DataRow)
Declaration
protected ClarifyDataObject(DataRow row)
Parameters
Type | Name | Description |
---|---|---|
System.Data.DataRow | row |
ClarifyDataObject(DataRow, String)
Declaration
protected ClarifyDataObject(DataRow row, string idColumnName)
Parameters
Type | Name | Description |
---|---|---|
System.Data.DataRow | row | |
System.String | idColumnName |
Properties
CommentFieldName
Declaration
public static string CommentFieldName { get; }
Property Value
Type | Description |
---|---|
System.String |
ObjectID
Declaration
public int ObjectID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
GetCommentFieldValue(DataRow)
Declaration
protected string GetCommentFieldValue(DataRow row)
Parameters
Type | Name | Description |
---|---|---|
System.Data.DataRow | row |
Returns
Type | Description |
---|---|
System.String |