DataProperties Class

The class is used to store and access data properties.
Inheritance Hierarchy
SystemObject
  Dundas.BI.Data.MetadataDataProperties

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
public class DataProperties

The DataProperties type exposes the following members.

Constructors
  NameDescription
Public methodDataProperties
Initializes a new instance of the DataProperties class.
Top
Properties
  NameDescription
Public propertyHasItems
Gets a value indicating whether there are properties defined within the collection.
Public propertyItem
Gets the Object with the specified name.
Public propertyItems
Gets the properties.
Top
Methods
  NameDescription
Public methodAddProperty(DataProperty)
Sets a specified data property value.
Public methodAddProperty(String, HierarchyMemberProperty)
Adds the property.
Public methodAddProperty(String, MetadataItem)
Sets a specified data property value.
Public methodAddProperty(String, Number)
Sets a specified data property value.
Public methodAddProperty(String, Boolean)
Sets a specified data property value.
Public methodAddProperty(String, DateTime)
Sets a specified data property value.
Public methodAddProperty(String, Guid)
Sets a specified data property value.
Public methodAddProperty(String, String)
Sets a specified data property value.
Public methodHasProperty
Determines whether the specified property is defined within.
Public methodRemoveProperty
Removes the property.
Top
See Also