Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The BaseVariableValue type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| BaseVariableValue |
Initializes the instance with a synchronization object.
|
Methods
| Name | Description | |
|---|---|---|
| ChangesComplete |
Clears the change masks for all nodes in the update list.
| |
| DoBeforeReadProcessing |
Does any processing before a read operation takes place.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(Object, Object%) |
Reads the current value.
| |
| Read(ISystemContext, NodeState, NumericRange, QualifiedName, Object%, StatusCode%, DateTime%) |
Reads the value or a component of the value.
| |
| SetUpdateList |
Sets the list of nodes which are updated when ClearChangeMasks is called.
| |
| ToString | (Inherited from Object.) | |
| Write |
Writes the current value.
|
Fields
| Name | Description | |
|---|---|---|
| OnAfterWrite |
Raised after the value is written.
| |
| OnBeforeRead |
Raised before the value is read.
|
Properties
| Name | Description | |
|---|---|---|
| CopyPolicy |
The behavoir to use when reading or writing all or part of the object.
| |
| Error |
Gets or sets the current error state.
| |
| Lock |
An object used to synchronize access to the value.
| |
| Timestamp |
Gets or sets the timestamp associated with the value.
|