Class HierarchicalStringList
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 class HierarchicalStringList : ClarifyDataObject, IHierarchicalStringList, IDataObject
Properties
ActiveElements
Declaration
public IHierarchicalStringElementCollection ActiveElements { get; }
Property Value
Type | Description |
---|---|
IHierarchicalStringElementCollection |
Description
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
System.String |
Elements
Declaration
public IHierarchicalStringElementCollection Elements { get; }
Property Value
Type | Description |
---|---|
IHierarchicalStringElementCollection |
InactiveElements
Declaration
public IHierarchicalStringElementCollection InactiveElements { get; }
Property Value
Type | Description |
---|---|
IHierarchicalStringElementCollection |
ListID
Declaration
public int ListID { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Title
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
System.String |