Interface IDataComment
Represents a data comment.
Namespace: BiExcellence.OpenBi.Api.Commands.DataProviders
Assembly: BiExcellence.OpenBi.Api.DataProvider.dll
Syntax
public interface IDataComment
Properties
Attributes
Gets the attributes.
Declaration
IDictionary<string, string> Attributes { get; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
Content
Gets the content.
Declaration
string? Content { get; }
Property Value
Type | Description |
---|---|
string |
Date
Gets the date.
Declaration
DateTimeOffset Date { get; }
Property Value
Type | Description |
---|---|
DateTimeOffset |