DataProperties Class |
Namespace: Dundas.BI.Data.Metadata
The DataProperties type exposes the following members.
Name | Description | |
---|---|---|
DataProperties |
Initializes a new instance of the DataProperties class.
|
Name | Description | |
---|---|---|
HasItems |
Gets a value indicating whether there are properties defined within the collection.
| |
Item |
Gets the Object with the specified name.
| |
Items |
Gets the properties.
|
Name | Description | |
---|---|---|
AddProperty(DataProperty) |
Sets a specified data property value.
| |
AddProperty(String, HierarchyMemberProperty) |
Adds the property.
| |
AddProperty(String, MetadataItem) |
Sets a specified data property value.
| |
AddProperty(String, Number) |
Sets a specified data property value.
| |
AddProperty(String, Boolean) |
Sets a specified data property value.
| |
AddProperty(String, DateTime) |
Sets a specified data property value.
| |
AddProperty(String, Guid) |
Sets a specified data property value.
| |
AddProperty(String, String) |
Sets a specified data property value.
| |
HasProperty |
Determines whether the specified property is defined within.
| |
RemoveProperty |
Removes the property.
|