Интерфейс IBRAttributeArgumentParent

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

Пространство имен:  Microsoft.MasterDataServices.Services.DataContracts
Сборка:  Microsoft.MasterDataServices.Services (в Microsoft.MasterDataServices.Services.dll)

Синтаксис

'Декларация
Public Interface IBRAttributeArgumentParent _
    Inherits IBRAttributeArgumentContainer, IBRArgument
'Применение
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

Тип IBRAttributeArgumentParent обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство ChildArgument Gets or sets the child attribute argument.
Открытое свойство Identifier Gets or sets a business rule argument ID. (Производный от IBRArgument.)
Открытое свойство PropertyName Gets or sets a business rule argument property name. (Производный от IBRArgument.)
Открытое свойство PropertyType Gets or sets a business rule argument property type. (Производный от IBRArgument.)

В начало