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: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public class DataValueProperties : IEquatable<DataValueProperties>, IDataCacheValueType
The DataValueProperties type exposes the following members.
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 a hash function for a particular type. (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.) |
Properties
Name | Description | |
---|---|---|
ContentType |
Gets the content type for the data value.
| |
DataType |
Gets the data type of the data value.
|
Version Information
See Also