Interface IMasterData
Represents master data.
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.MasterData
Assembly: BiExcellence.OpenBi.Api.MasterData.dll
Syntax
public interface IMasterData : ICustomAttributes
Properties
Caption
Gets or sets the caption.
Declaration
string? Caption { get; set; }
Property Value
Type | Description |
---|---|
string |
Language
Gets the language.
Declaration
string Language { get; }
Property Value
Type | Description |
---|---|
string |