Entity.Entity Constructor
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Overloads
Entity() | Initializes a new instance of the Entity class. |
Entity(Entity |
Initializes a new instance of the Entity class. |
Entity(IEntity) | Initializes a new instance of the Entity class. |
Entity()
Initializes a new instance of the Entity class.
public Entity()
Entity(EntityType, int)
Initializes a new instance of the Entity class.
public Entity(EntityType type, int id)
Parameters
- type
- EntityType
- id
- int
Entity(IEntity)
Initializes a new instance of the Entity class.
public Entity(IEntity value)
Parameters
- value
- IEntity