Open this page in the API Guide

DataProperty Class

Class used for storing a specific metadata property. The supported value types are numeric, DateTime, Boolean, String, Guid and MetadataItem.
Inheritance Hierarchy
System.Object
  Dundas.BI.Data.Metadata.DataProperty

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public class DataProperty : IEquatable<DataProperty>

The DataProperty type exposes the following members.

Constructors
  NameDescription
Public methodDataProperty
Initializes a new instance of the DataProperty class.
Top
Properties
  NameDescription
Public propertyName
Gets the name.
Public propertyValue
Gets the value.
Top
Methods
  NameDescription
Public methodStatic memberCompare
Compares the specified properties.
Public methodEquals(Object)
Determines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object).)
Public methodEquals(DataProperty)
Indicates whether the current object is equal to another object of the same type.
Public methodGetHashCode
Serves as the default hash function.
(Overrides Object.GetHashCode().)
Top
See Also