BaseLogicEntity Constructor

<< 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)

 

Syntax


public BaseLogicEntity(
 Guid Id,
 string Name,
 string Description
)

Parameters

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.

 

See Also


BaseLogicEntity Class

BNCS.Logic.Abstract Namespace