Class Entity
Represents an entity.
Inheritance
Entity
Implements
Namespace: BiExcellence.OpenBi.Api.Commands.Entities
Assembly: BiExcellence.OpenBi.Api.Entity.dll
Syntax
public class Entity : IEntity, ICustomAttributes
Constructors
Properties
Changed
Gets or sets the changed date.
Declaration
public DateTimeOffset? Changed { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
Created
Gets or sets the created date.
Declaration
public DateTimeOffset? Created { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CustomAttributes
Gets or sets the custom attributes.
Declaration
public IDictionary<string, object?> CustomAttributes { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |
Description
Gets or sets the description.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the id.
Declaration
public string Id { get; protected set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Price
Gets or sets the price.
Declaration
public double? Price { get; set; }
Property Value
Type | Description |
---|---|
double? |