The EventPoint type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| EventPoint(String) |
Initializes a new instance of the EventPoint class cloning the properties of another EventPoint | |
| EventPoint(String, String) |
Initializes a new instance of the EventPoint class
|
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetPropertyName``1 | (Inherited from BindableObject.) | |
| GetServerName |
Returns the server name from the alarm tag. If no server name can be retrieved an empty string is returned
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasErrorsOverride | (Inherited from ValidatingObject.) | |
| OnErrorsChanged | (Inherited from ValidatingObject.) | |
| OnPropertyChanged(String) | (Inherited from ValidatingObject.) | |
| OnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
| OnPropertyValidated | (Inherited from ValidatingObject.) | |
| ParseV10Subscription |
Helper used to get 10.6 subscription from 10.5 subscription
| |
| SetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) | (Inherited from BindableObject.) | |
| SetAndNotify``1(UMP%, UMP, String) | (Inherited from BindableObject.) | |
| ToString |
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| AlarmConfirm |
Defines the confirmation option on/off
| |
| AlarmType |
Defines the type of the alarms that must be filtered
| |
| AlarmWeighted |
Defines the weighted option on/off. Ignored if AlarmConfirm is off
| |
| Categories |
The list of categories subscribed by this point
| |
| Category | Obsolete.
Defines the Category of the alarms that must be filtered
| |
| DisplayName |
The human readable name of this EventPoint.
| |
| ExpressionFilter |
Contains an expression string that represents a complex filter
| |
| HasValidationErrors | (Inherited from ValidatingObject.) | |
| MaxSeverity |
Defines the maximum severity used to filter data
| |
| MinSeverity |
Defines the minimum severity used to filter data
| |
| Tag |
Defines the tag for this EventPoint | |
| TimeZone |
Defines the Time Zone tag for this EventPoint |
Events
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from BindableObject.) | |
| PropertyValidated | (Inherited from ValidatingObject.) |