BRItemCategory Enumeration

 

Specifies the type of a Business Rule.

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

[DataContractAttribute(Name = "BRItemCategory", Namespace = "http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class BRItemCategory

Member nameDescription
Condition

The Business Rule Item type is Condition

ElseAction

The Business Rule Item type is ElseAction

ThenAction

The Business Rule Item type is ThenAction

Return to top
Show: