Share via


IBRArgument-Schnittstelle

Represents the interface for all business rule arguments.

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

Syntax

'Declaration
Public Interface IBRArgument
'Usage
Dim instance As IBRArgument
public interface IBRArgument
public interface class IBRArgument
type IBRArgument =  interface end
public interface IBRArgument

Der IBRArgument-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Identifier Gets or sets a business rule argument ID.
Öffentliche Eigenschaft PropertyName Gets or sets a business rule argument property name.
Öffentliche Eigenschaft PropertyType Gets or sets a business rule argument property type.

Zum Anfang