Show / Hide Table of Contents

Class HierarchicalStringElement

Inheritance
System.Object
DataObject
ClarifyDataObject
HierarchicalStringElement
Implements
IHierarchicalStringElement
IDataObject
Inherited Members
ClarifyDataObject.GetCommentFieldValue(DataRow)
ClarifyDataObject.CommentFieldName
ClarifyDataObject.ObjectID
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 class HierarchicalStringElement : ClarifyDataObject, IHierarchicalStringElement, IDataObject

Fields

ACTIVE_STATE

Declaration
public const string ACTIVE_STATE = "Active"
Field Value
Type Description
System.String

DEFAULT_STATE

Declaration
public const string DEFAULT_STATE = "Default"
Field Value
Type Description
System.String

INACTIVE_STATE

Declaration
public const string INACTIVE_STATE = "Inactive"
Field Value
Type Description
System.String

Properties

Elements

Declaration
public IHierarchicalStringElementCollection Elements { get; }
Property Value
Type Description
IHierarchicalStringElementCollection

IsActive

Declaration
public bool IsActive { get; }
Property Value
Type Description
System.Boolean

IsDefault

Declaration
public bool IsDefault { get; }
Property Value
Type Description
System.Boolean

LocalizedTitle

Declaration
public string LocalizedTitle { get; }
Property Value
Type Description
System.String

Rank

Declaration
public int Rank { get; }
Property Value
Type Description
System.Int32

State

Declaration
public string State { get; }
Property Value
Type Description
System.String

Title

Declaration
public string Title { get; }
Property Value
Type Description
System.String

Methods

GetLocalizedTitle(CultureInfo)

Declaration
public string GetLocalizedTitle(CultureInfo specificCulture)
Parameters
Type Name Description
System.Globalization.CultureInfo specificCulture
Returns
Type Description
System.String

Implements

IHierarchicalStringElement
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.