Name | Description | |
---|---|---|
AEEventType Constructor | Overloaded. |
The following tables list the members exposed by AEEventType.
Name | Description | |
---|---|---|
AEEventType Constructor | Overloaded. |
Name | Description | |
---|---|---|
DefaultAsString | Default value of AEEventType, i.e. corresponding to AEEventTypes.All, expressed as string. | |
DefaultInternalValue | Internal enumeration-based value of default AEEventType (corresponds to AEEventTypes.All). | |
DefaultIsCondition | Default IsCondition value. | |
DefaultIsSimple | Default IsSimple value. | |
DefaultIsTracking | Default IsTracking value. | |
DefaultNumericalValue | Numerical value of default AEEventType, which corresponds to AEEventTypes.All. |
Name | Description | |
---|---|---|
InternalValue | An internal value of the event types - a combination of enumerated values. | |
IsCondition | Denotes whether condition-related event is included in the event types. | |
IsSimple | Denotes whether simple event is included in the event types. | |
IsTracking | Denotes whether tracking event is included in the event types. | |
NumericalValue | The numerical (integer) value of the event types. | |
StandardName | A symbolic name of the current AEEventType if it has a standard name. Empty otherwise. |
Name | Description | |
---|---|---|
Clone | Overridden. | |
Equals | Overloaded. Overridden. Determines whether the specified object is equal to the current object.Determines whether the specified System.Object is equal to the current object. | |
FromAEEventTypes | Converts a combination of enumerated values to an AEEventType object. | |
FromInt64 | Converts a numerical bit-coded value to an AEEventType object. | |
GetHashCode | Overridden. Serves as the default hash function. Serves as a hash function for a particular type. | |
GetObjectData | Overridden. | |
GetSchema | (Inherited from OpcLabs.BaseLib.Info) | |
GetType | Gets the System.Type of the current instance. (Inherited from object) | |
ReadXml | (Inherited from OpcLabs.BaseLib.Info) | |
ToAEEventTypes | Converts AEEventType object to a combination of enumerated values. | |
ToInt64 | Converts an AEEventType object to a numerical bit-coded value. | |
ToString | Overridden. Returns a string that represents the current object.Returns a string that represents the current object.Returns a string with the descriptions of event types included in the filter. | |
WriteXml | (Inherited from OpcLabs.BaseLib.Info) |
Name | Description | |
---|---|---|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from object) | |
MemberwiseClone | Creates a shallow copy of the current System.Object. (Inherited from object) | |
ReadXmlElement | Overridden. Infrastructure. Infrastructure. | |
WriteXmlElement | Overridden. Infrastructure. Infrastructure. |
Name | Description | |
---|---|---|
PropertyChanged | Handler for System.ComponentModel.INotifyPropertyChanged.PropertyChanged. |
Equality | Determines whether the two objects are equal. |
Implicit Type Conversion | Overloaded. Converts an AEEventType object to a numerical bit-coded value. |
Inequality | Determines whether the two objects are not equal. |