Class GlobalStringList
Inheritance
System.Object
GlobalStringList
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()
Assembly: fcSDK.dll
Syntax
public class GlobalStringList : ClarifyDataObject, IGlobalStringList, IDataObject
Properties
ActiveElements
Declaration
public IGlobalStringElementCollection ActiveElements { get; }
Property Value
AdditionalInfo
Declaration
public string AdditionalInfo { get; }
Property Value
Type |
Description |
System.String |
|
DefaultElement
Declaration
public IGlobalStringElement DefaultElement { get; }
Property Value
Elements
Declaration
public IGlobalStringElementCollection Elements { get; }
Property Value
InactiveElements
Declaration
public IGlobalStringElementCollection InactiveElements { get; }
Property Value
ListID
Declaration
public int ListID { get; }
Property Value
Type |
Description |
System.Int32 |
|
LocaleID
Declaration
public int LocaleID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Title
Declaration
public string Title { get; }
Property Value
Type |
Description |
System.String |
|
Implements