StringCaseOperation Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.StringOperations Namespace > StringCaseOperation Class >

StringCaseOperation Constructor

Initializes a new instance of the StringCaseOperation class with the specified parameters.

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

 

Syntax


public StringCaseOperation(
 Guid id,
 StringCaseOperation.StringCaseTypes stringCaseType,
 string name,
 string description
)

Parameters

id

Type: Guid
The unique identifier for the operation.

stringCaseType

Type: BNCS.Logic.StringOperations.StringCaseOperation.StringCaseTypes
The type of string case operation to be performed.

name

Type: String
The name of the operation.

description

Type: String
A brief description of the operation.

 

See Also


StringCaseOperation Class

BNCS.Logic.StringOperations Namespace