Class MasterData
Represents master data.
Inheritance
MasterData
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.MasterData
Assembly: BiExcellence.OpenBi.Api.MasterData.dll
Syntax
public class MasterData : IMasterData, ICustomAttributes
Constructors
MasterData(string, string)
Initializes a new instance of the MasterData class.
Declaration
public MasterData(string chavl, string language)
Parameters
Type | Name | Description |
---|---|---|
string | chavl | The chavl. |
string | language | The language. |
MasterData(string)
Initializes a new instance of the MasterData class with an empty language.
Declaration
public MasterData(string chavl)
Parameters
Type | Name | Description |
---|---|---|
string | chavl | The chavl. |
Properties
Caption
Gets or sets the caption.
Declaration
public string? Caption { get; set; }
Property Value
Type | Description |
---|---|
string |
Chavl
Gets the chavl.
Declaration
public string Chavl { get; protected set; }
Property Value
Type | Description |
---|---|
string |
CustomAttributes
Gets or sets the custom attributes.
Declaration
public IDictionary<string, object?> CustomAttributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Language
Gets the language.
Declaration
public string Language { get; protected set; }
Property Value
Type | Description |
---|---|
string |