SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | Protected Member Functions | Properties | Events | Private Attributes | List of all members
SeciUserInterface.Dialogs.Alerts.BlockEntry Class Reference
Inheritance diagram for SeciUserInterface.Dialogs.Alerts.BlockEntry:
Inheritance graph
Collaboration diagram for SeciUserInterface.Dialogs.Alerts.BlockEntry:
Collaboration graph

Public Member Functions

 BlockEntry (String name, String type, String low, String high, Boolean enabled, string config)
 

Protected Member Functions

void OnPropertyChanged (string name)
 

Properties

String Configuration [get, set]
 
Boolean Enabled [get, set]
 
String HighLimit [get, set]
 
String LowLimit [get, set]
 
String Name [get, set]
 
String Type [get, set]
 

Events

PropertyChangedEventHandler PropertyChanged
 

Private Attributes

Boolean _enabled
 
String _highLimit
 
String _lowLimit
 
String _name
 
String _type
 

Detailed Description

Definition at line 6 of file BlockEntry.cs.

Constructor & Destructor Documentation

SeciUserInterface.Dialogs.Alerts.BlockEntry.BlockEntry ( String  name,
String  type,
String  low,
String  high,
Boolean  enabled,
string  config 
)
inline

Definition at line 82 of file BlockEntry.cs.

Member Function Documentation

void SeciUserInterface.Dialogs.Alerts.BlockEntry.OnPropertyChanged ( string  name)
inlineprotected

Definition at line 92 of file BlockEntry.cs.

Member Data Documentation

Boolean SeciUserInterface.Dialogs.Alerts.BlockEntry._enabled
private

Definition at line 12 of file BlockEntry.cs.

String SeciUserInterface.Dialogs.Alerts.BlockEntry._highLimit
private

Definition at line 11 of file BlockEntry.cs.

String SeciUserInterface.Dialogs.Alerts.BlockEntry._lowLimit
private

Definition at line 10 of file BlockEntry.cs.

String SeciUserInterface.Dialogs.Alerts.BlockEntry._name
private

Definition at line 8 of file BlockEntry.cs.

String SeciUserInterface.Dialogs.Alerts.BlockEntry._type
private

Definition at line 9 of file BlockEntry.cs.

Property Documentation

String SeciUserInterface.Dialogs.Alerts.BlockEntry.Configuration
getset

Definition at line 14 of file BlockEntry.cs.

Boolean SeciUserInterface.Dialogs.Alerts.BlockEntry.Enabled
getset

Definition at line 68 of file BlockEntry.cs.

String SeciUserInterface.Dialogs.Alerts.BlockEntry.HighLimit
getset
String SeciUserInterface.Dialogs.Alerts.BlockEntry.LowLimit
getset
String SeciUserInterface.Dialogs.Alerts.BlockEntry.Name
getset

Definition at line 16 of file BlockEntry.cs.

String SeciUserInterface.Dialogs.Alerts.BlockEntry.Type
getset

Definition at line 29 of file BlockEntry.cs.

Event Documentation

PropertyChangedEventHandler SeciUserInterface.Dialogs.Alerts.BlockEntry.PropertyChanged

Definition at line 80 of file BlockEntry.cs.


The documentation for this class was generated from the following file: