The EventPoint type exposes the following members.

Constructors

  NameDescription
Public methodEventPoint(String)
Initializes a new instance of the EventPoint class cloning the properties of another EventPoint
Public methodEventPoint(String, String)
Initializes a new instance of the EventPoint class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetPropertyName``1 (Inherited from BindableObject.)
Public methodGetServerName
Returns the server name from the alarm tag. If no server name can be retrieved an empty string is returned
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHasErrorsOverride (Inherited from ValidatingObject.)
Protected methodOnErrorsChanged (Inherited from ValidatingObject.)
Protected methodOnPropertyChanged(String) (Inherited from ValidatingObject.)
Protected methodOnPropertyChanged``1(Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodOnPropertyValidated (Inherited from ValidatingObject.)
Public methodParseV10Subscription
Helper used to get 10.6 subscription from 10.5 subscription
Protected methodSetAndNotify``1(UMP%, UMP, Expression<(Of <<'(Func<(Of <<'(UMP>)>>)>)>>)) (Inherited from BindableObject.)
Protected methodSetAndNotify``1(UMP%, UMP, String) (Inherited from BindableObject.)
Public methodToString
Returns a String that represents the current Object.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertyAlarmConfirm
Defines the confirmation option on/off
Public propertyAlarmType
Defines the type of the alarms that must be filtered
Public propertyAlarmWeighted
Defines the weighted option on/off. Ignored if AlarmConfirm is off
Public propertyCategories
The list of categories subscribed by this point
Public propertyCategory Obsolete.
Defines the Category of the alarms that must be filtered
Public propertyDisplayName
The human readable name of this EventPoint.
Public propertyExpressionFilter
Contains an expression string that represents a complex filter
Public propertyHasValidationErrors (Inherited from ValidatingObject.)
Public propertyMaxSeverity
Defines the maximum severity used to filter data
Public propertyMinSeverity
Defines the minimum severity used to filter data
Public propertyTag
Defines the tag for this EventPoint
Public propertyTimeZone
Defines the Time Zone tag for this EventPoint

Events

  NameDescription
Public eventPropertyChanged (Inherited from BindableObject.)
Public eventPropertyValidated (Inherited from ValidatingObject.)

See Also