|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Logic.Abstract Namespace > BaseLogicEntity Class > BaseLogicEntity Constructor |
Initializes a new instance of the BaseLogicEntity class with the specified ID, name, and description.
Namespace: BNCS.Logic.Abstract
Assembly: BNCS.Logic (in BNCS.Logic.dll)
public BaseLogicEntity(
Guid Id,
string Name,
string Description
)
Id
Type: Guid
The unique identifier for the entity.
Name
Type: String
The name of the entity.
Description
Type: String
The description of the entity.