Show / Hide Table of Contents

Class ClarifyDataObject

Inheritance
System.Object
DataObject
ClarifyDataObject
Country
DaylightSavingsPeriod
FCString
FCTimeZone
GlobalStringElement
GlobalStringList
HierarchicalStringElement
HierarchicalStringList
HierarchicalStringShow
LocalizedString
StateProvince
SchemaFieldBase
SchemaRelation
SchemaTableBase
SchemaViewFieldInfo
SchemaViewJoin
Implements
IDataObject
Inherited Members
DataObject.SetUniqueID(Object)
DataObject.GetFieldValue(String)
DataObject.GetFieldValue(Int32)
DataObject.ContainsColumn(String)
DataObject.GetSafeInt32FieldValue(String)
DataObject.GetSafeInt32FieldValue(String, Dictionary<String, ColumnInfo>, Object[])
DataObject.GetSafeDoubleFieldValue(String)
DataObject.GetSafeDoubleFieldValue(String, Dictionary<String, ColumnInfo>, Object[])
DataObject.GetSafeBooleanFieldValue(String)
DataObject.GetSafeBooleanFieldValue(String, Dictionary<String, ColumnInfo>, Object[])
DataObject.GetSafeStringFieldValue(String)
DataObject.SetFieldValue(String, Object)
DataObject.GetSafeString(Object)
DataObject.UniqueID
DataObject.FieldValues
DataObject.ColumnMap
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

Implements

IDataObject
Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.