BRHierarchyArgument Class

Definition

Specifies the business rule argument specific to parent-child relationship arguments.

public ref class BRHierarchyArgument : Microsoft::MasterDataServices::BRArgument
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRHierarchyArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRHierarchyArgument : Microsoft.MasterDataServices.BRArgument
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRHierarchyArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRHierarchyArgument = class
    inherit BRArgument
Public Class BRHierarchyArgument
Inherits BRArgument
Inheritance
BRHierarchyArgument
Attributes

Constructors

BRHierarchyArgument()

Initializes a new instance of the BRHierarchyArgument class.

Properties

ChildArgument

Gets or sets the child argument.

ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
HierarchyId

Gets or sets the hierarchy ID.

Identifier

Gets or sets the ID of the business rule argument.

(Inherited from BRArgument)
PropertyName

Gets or sets the property name..

(Inherited from BRArgument)

Applies to