A class holding properties for a data value.
Inheritance Hierarchy
Spotfire.Dxp.DataDataValueProperties
Namespace: Spotfire.Dxp.Data
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax
C#
public class DataValueProperties : IEquatable<DataValueProperties>
The DataValueProperties type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ContentType |
Gets the content type for the data value.
| |
| DataType |
Gets the data type of the data value.
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(Object).) | |
| Equals(DataValueProperties) | Indicates whether the current object is equal to another object of the same type. | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Overrides ObjectGetHashCode.) | |
| GetPropertyValue |
Gets the value of a named property.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| HasPropertyValue |
Checks whether a property with a given name exists.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
See Also