Class GlobalStringElement
Inheritance
System.Object
GlobalStringElement
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 GlobalStringElement : ClarifyDataObject, IGlobalStringElement, IDataObject
Properties
AdditionalInfo
Declaration
public string AdditionalInfo { get; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; }
Property Value
Type |
Description |
System.String |
|
LocalizedTitle
Declaration
public string LocalizedTitle { get; }
Property Value
Type |
Description |
System.String |
|
Rank
Declaration
Property Value
Type |
Description |
System.Int32 |
|
State
Declaration
public int State { get; }
Property Value
Type |
Description |
System.Int32 |
|
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