Class LanguageText
Represents a language text.
Inheritance
LanguageText
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.LanguageTexts
Assembly: BiExcellence.OpenBi.Api.LanguageText.dll
Syntax
public class LanguageText : ILanguageText
Constructors
LanguageText(string)
Initializes a new instance of the LanguageText class.
Declaration
public LanguageText(string id)
Parameters
Type | Name | Description |
---|---|---|
string | id | The id. |
Properties
Id
Gets the id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
string |