BRHierarchyArgument Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Explicit hierarchies are deprecated
An explicit hierarchy parent argument. Must have a child attribute argument.
public ref class BRHierarchyArgument : Microsoft::MasterDataServices::Services::DataContracts::BRArgument, Microsoft::MasterDataServices::Services::DataContracts::IBRAttributeArgumentParent
[System.Obsolete("Explicit hierarchies are deprecated")]
[System.Runtime.Serialization.DataContract(Name="BRHierarchyArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BRHierarchyArgument : Microsoft.MasterDataServices.Services.DataContracts.BRArgument, Microsoft.MasterDataServices.Services.DataContracts.IBRAttributeArgumentParent
[<System.Obsolete("Explicit hierarchies are deprecated")>]
[<System.Runtime.Serialization.DataContract(Name="BRHierarchyArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BRHierarchyArgument = class
inherit BRArgument
interface IBRAttributeArgumentParent
interface IBRAttributeArgumentContainer
interface IBRArgument
Public Class BRHierarchyArgument
Inherits BRArgument
Implements IBRAttributeArgumentParent
- Inheritance
- Attributes
- Implements
Remarks
The BRHierarchyArgument complex type holds the business rule arguments that relate to child members from an explicit hierarchy.
Constructors
BRHierarchyArgument() |
Constructor. |
Properties
ChildArgument |
Specifies the child attribute argument. |
HierarchyId |
Specifies the hierarchy Identifier. |
Identifier |
Uniquely identifies the argument. (Inherited from BRArgument) |
LeafNodeAttribute |
Specifiesdetails for the bottom-level attribute argument. |
PropertyName |
Specifies the property name. (Inherited from BRArgument) |
Methods
SetProperty<T>(T, T, String, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |