BaseAlarm Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Abstract Namespace > BaseAlarm Class >

BaseAlarm Constructor

Initializes a new instance of the BaseAlarm class.

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

 

Syntax


public BaseAlarm(
 Guid id,
 string name,
 string description,
 Nullable<string> alarmConfig
)

Parameters

id

Type: Guid
The unique identifier for the alarm.

name

Type: String
The name of the alarm.

description

Type: String
A brief description of the alarm.

alarmConfig

Type: Nullable<String>
The configuration settings for the alarm, if any.

 

See Also


BaseAlarm Class

BNCS.Logic.Abstract Namespace