AdhocParameterEnum Members

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.Classes Namespace > AdhocParameterEnum Class >

AdhocParameterEnum Members

The AdhocParameterEnum type exposes the following members.

 

Constructors


Name

Description

Public method

AdhocParameterEnum

Represents an adhoc parameter enum.

 

Methods


Name

Description

Public method

Clone

Clones the current instance of IBNCSInstanceParameter.

Public method

CurrentValue

Gets the current value based on the valueField.

Public method

Dispose

(Inherited from AdhocParameter.)

Public method

IsValid

Checks if the provided value is valid based on the permitted states.

 

Properties


Name

Description

Public property

Class

Gets or sets the value of the Class property.

(Inherited from AdhocParameter.)

Public property

Description

Gets or sets the description of the object.

(Inherited from AdhocParameter.)

Public property

DeviceId

Gets or sets the DeviceId.

(Inherited from AdhocParameter.)

Public property

Managed

Gets or sets a value indicating whether the object is managed.

(Inherited from AdhocParameter.)

Public property

Name

Gets or sets the name of the object.

(Inherited from AdhocParameter.)

Public property

ReadOnly

Gets or sets a value indicating whether the object is read-only.

(Inherited from AdhocParameter.)

Public property

Slot

Gets or sets the slot value.

(Inherited from AdhocParameter.)

Public property

States

Gets the states dictionary containing string keys and EnumState values.

Public property

Uid

Gets or sets the unique identifier for the object.

(Inherited from AdhocParameter.)

Public property

Updated

Gets or sets the updated date and time.

(Inherited from AdhocParameter.)

Public property

Value

Gets or sets the value of the object.

(Inherited from AdhocParameter.)

 

Events


Name

Description

Public event

OnManagedParameterChange

Event that is raised when a managed parameter changes.

(Inherited from AdhocParameter.)

Public event

OnMonitoredParameterChange

Event that is raised when a monitored parameter changes.

(Inherited from AdhocParameter.)

Public event

PropertyChanged

Event that is raised when a property has changed.

(Inherited from AdhocParameter.)

Public event

ValueChanged

Event that is raised when the value is changed.

 

See Also


AdhocParameterEnum Class

BNCS.Core.DriverFramework.Classes Namespace