Class BaseEntityJsonImpl
Inheritance
BaseEntityJsonImpl
Implements
Inherited Members
Namespace: BiExcellence.OpenBi.Api.Commands.Entities.Internal
Assembly: BiExcellence.OpenBi.Api.Entity.dll
Syntax
public class BaseEntityJsonImpl : BaseEntity, IBaseEntityAssignment, IBaseEntity, ICustomAttributes
Constructors
BaseEntityJsonImpl(JsonElement, ITableAttributes, ITableAttributes)
Declaration
public BaseEntityJsonImpl(JsonElement obj, ITableAttributes tableAttributes, ITableAttributes tableAttributeTableAttributes)
Parameters
Type | Name | Description |
---|---|---|
JsonElement | obj | |
ITableAttributes | tableAttributes | |
ITableAttributes | tableAttributeTableAttributes |
Properties
TableAttributes
Gets the assigend table attributes.
Declaration
public ITableAttributes TableAttributes { get; }
Property Value
Type | Description |
---|---|
ITableAttributes |