DataProperty Class

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

Namespace: Dundas.BI.Data.Metadata
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.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(DataProperty)Indicates whether the current object is equal to another object of the same type.
Public methodEquals(Object)Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object))
Public methodGetHashCodeServes as the default hash function.
(Overrides ObjectGetHashCode)
Top
See Also