Interface ICustomAttributes
Represents custom attributes. Also add TableAttributeAttribute to the implementing class
Namespace: BiExcellence.OpenBi.Api.Commands.TableAttributes
Assembly: BiExcellence.OpenBi.Api.TableAttribute.dll
Syntax
public interface ICustomAttributes
Properties
CustomAttributes
Gets or sets the custom attributes.
Declaration
IDictionary<string, object?> CustomAttributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |