BRItemCategory Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Condition | 1 | The Business Rule Item type is Condition |
ThenAction | 2 | The Business Rule Item type is ThenAction |
ElseAction | 3 | The Business Rule Item type is ElseAction |