Class LocalizedString
Inheritance
System.Object
LocalizedString
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 LocalizedString : ClarifyDataObject, IDataObject
Properties
Culture
Declaration
public CultureInfo Culture { get; }
Property Value
Type |
Description |
System.Globalization.CultureInfo |
|
IDKey
Declaration
public string IDKey { get; }
Property Value
Type |
Description |
System.String |
|
LocaleID
Declaration
public int LocaleID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
NameKey
Declaration
public string NameKey { get; }
Property Value
Type |
Description |
System.String |
|
StringID
Declaration
public int StringID { get; }
Property Value
Type |
Description |
System.Int32 |
|
StringType
Declaration
public int StringType { get; }
Property Value
Type |
Description |
System.Int32 |
|
TranslateIndicator
Declaration
public int TranslateIndicator { get; }
Property Value
Type |
Description |
System.Int32 |
|
Value
Declaration
public string Value { get; }
Property Value
Type |
Description |
System.String |
|
Implements