Share via


IBRAttributeArgumentParent Interface

Represents an interface for BRArguments that can have a child attribute argument.

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
Public Interface IBRAttributeArgumentParent _
    Inherits IBRAttributeArgumentContainer, IBRArgument
'Usage
Dim instance As IBRAttributeArgumentParent
public interface IBRAttributeArgumentParent : IBRAttributeArgumentContainer, 
    IBRArgument
public interface class IBRAttributeArgumentParent : IBRAttributeArgumentContainer, 
    IBRArgument
type IBRAttributeArgumentParent =  
    interface 
        interface IBRAttributeArgumentContainer 
        interface IBRArgument 
    end
public interface IBRAttributeArgumentParent extends IBRAttributeArgumentContainer, IBRArgument

The IBRAttributeArgumentParent type exposes the following members.

Properties

  Name Description
Public property ChildArgument Gets or sets the child attribute argument.
Public property Identifier Gets or sets the business rule argument identifier. (Inherited from IBRArgument.)
Public property PropertyName Gets or sets the business rule argument property name. (Inherited from IBRArgument.)
Public property PropertyType Gets the business rule argument property type. (Inherited from IBRArgument.)

Top

See Also

Reference

Microsoft.MasterDataServices.Services.DataContracts Namespace