SampleOperation Constructor (Guid, String, String)

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.LogicOperations Namespace > SampleOperation Class > SampleOperation Constructor  >

SampleOperation Constructor (Guid, String, String)

Initializes a new instance of the SampleOperation class.

Namespace: BNCS.Logic.LogicOperations
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public SampleOperation(
 Guid id,
 string name,
 string description
)

Parameters

id

Type: Guid
The unique identifier for the operation.

name

Type: String
The name of the operation.

description

Type: String
A brief description of the operation.

 

See Also


SampleOperation Class

SampleOperation Overload

BNCS.Logic.LogicOperations Namespace