VoidValue Members
- Aktualisiert2023-02-21
- 4 Minute(n) Lesezeit
The VoidValue type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone | Creates a new object that is a copy of the current data resource. (Inherited from DataResource.) | |
| CompareTo | Overloaded.
Compares this instance to a specified object and returns an integer that indicates their relationship to each other.
| |
| Equals | Overloaded.
Returns a value indicating whether this instance is equal to the specified object, which must be a DataValue object. This method uses
Body and the CaseValue to determine equivalency.
| |
| 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.) | |
| FromString | Converts the specified string to an empty string. (Overrides ScalarDataValue.FromString(String).) | |
| GetBytes | Returns the data value as an array of bytes. (Inherited from DataValue.) | |
| GetHashCode | Serves as a hash function for a DataValue object. The hash code this method returns is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from DataValue.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetBytes | Sets the value of VoidValue based on Bytes. Using this method has no effect. (Overrides DataValue.SetBytes(Byte[]).) | |
| ToBoolean | Returns false (False in Visual Basic). (Overrides ScalarDataValue.ToBoolean().) | |
| ToDouble | Returns a a value that is not a number (NaN). (Overrides ScalarDataValue.ToDouble().) | |
| ToInt32 | Returns zero as a 32-bit signed integer. (Overrides ScalarDataValue.ToInt32().) | |
| ToInt64 | Returns zero as a 64-bit signed integer. (Overrides ScalarDataValue.ToInt64().) | |
| ToString | Returns a string representation of zero. (Overrides Object.ToString().) | |
| ToUInt32 | Returns zero as a 32-bit unsigned integer. (Overrides ScalarDataValue.ToUInt32().) | |
| ToUInt64 | Returns zero as a 64-bit unsigned integer. (Overrides ScalarDataValue.ToUInt64().) |
Properties
| Name | Description | |
|---|---|---|
| Size | Gets the size of the void value. (Overrides DataValue.Size.) | |
| Type | Gets the data type of the void value. (Overrides DataValue.Type.) | |
| Units | Gets or sets the units of the data value. Units can be any string that makes sense for the data value. (Inherited from DataValue.) | |
| ValueAsString | Gets or sets the value as a string. (Inherited from ScalarDataValue.) |
Events
| Name | Description | |
|---|---|---|
| PropertyChanged | Occurs when a property value changes. (Inherited from DataResource.) |