IBRAttributeArgumentContainer Interface
Represents an container for business rule argument attributes.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (in Microsoft.MasterDataServices.Services.dll)
Syntax
'Declaration
Public Interface IBRAttributeArgumentContainer _
Inherits IBRArgument
'Usage
Dim instance As IBRAttributeArgumentContainer
public interface IBRAttributeArgumentContainer : IBRArgument
public interface class IBRAttributeArgumentContainer : IBRArgument
type IBRAttributeArgumentContainer =
interface
interface IBRArgument
end
public interface IBRAttributeArgumentContainer extends IBRArgument
The IBRAttributeArgumentContainer type exposes the following members.
Properties
Name | Description | |
---|---|---|
Identifier | Gets or sets a business rule argument ID. (Inherited from IBRArgument.) | |
PropertyName | Gets or sets a business rule argument property name. (Inherited from IBRArgument.) | |
PropertyType | Gets or sets a business rule argument property type. (Inherited from IBRArgument.) |
Top