AdhocParameterRange Members

<< Click to Display Table of Contents >>

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

AdhocParameterRange Members

The AdhocParameterRange type exposes the following members.

 

Constructors


Name

Description

Public method

AdhocParameterRange

Represents a range parameter for an adhoc device.

 

Methods


Name

Description

Public method

Clone

Clones the current instance parameter and returns a new instance of AdhocParameterRange with the same properties.

Public method

Dispose

(Inherited from AdhocParameter.)

Public method

IsValid

Checks if the provided value is valid based on certain criteria.

 

Properties


Name

Description

Public property

Class

Gets or sets the value of the Class property.

(Inherited from AdhocParameter.)

Public property

Default

Gets or sets the default value.

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

Max

Gets or sets the maximum value.

Public property

Min

Gets or sets the minimum value.

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

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


AdhocParameterRange Class

BNCS.Core.DriverFramework.Classes Namespace