BRItemCategory Enum

Definition

Specifies the type of a Business Rule.

public enum class BRItemCategory
[System.Runtime.Serialization.DataContract(Name="BRItemCategory", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum BRItemCategory
[<System.Runtime.Serialization.DataContract(Name="BRItemCategory", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRItemCategory = 
Public Enum BRItemCategory
Inheritance
BRItemCategory
Attributes

Fields

Condition 1

The Business Rule Item type is Condition

ElseAction 3

The Business Rule Item type is ElseAction

ThenAction 2

The Business Rule Item type is ThenAction

Applies to