Интерфейс IBRAttributeArgumentContainer

Represents an container for business rule argument attributes.

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

Синтаксис

'Декларация
Public Interface IBRAttributeArgumentContainer _
    Inherits IBRArgument
'Применение
Dim instance As IBRAttributeArgumentContainer
public interface IBRAttributeArgumentContainer : IBRArgument
public interface class IBRAttributeArgumentContainer : IBRArgument
type IBRAttributeArgumentContainer =  
    interface
        interface IBRArgument
    end
public interface IBRAttributeArgumentContainer extends IBRArgument

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

Свойства

  Имя Описание
Открытое свойство 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.)

В начало