BRItemType 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 selected business rule condition or action.
public enum class BRItemType
[System.Runtime.Serialization.DataContract(Name="BRItemType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum BRItemType
[<System.Runtime.Serialization.DataContract(Name="BRItemType", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRItemType =
Public Enum BRItemType
- Inheritance
-
BRItemType
- Attributes
Fields
Name | Value | Description |
---|---|---|
NotSpecified | 0 | Not specified |
IsEqual | 1 | Is equal |
IsNotEqual | 2 | Is not equal |
Contains | 3 | Contains |
StartsWith | 4 | Starts with |
EndsWith | 5 | Ends with |
ContainsSubset | 6 | Contains subset |
IsGreaterThan | 7 | Is greater than |
IsGreaterThanOrEqual | 8 | Is greater than or equal |
IsLessThan | 9 | Is less than |
IsLessThanOrEqual | 10 | Is less than or equal |
IsBetween | 11 | Is between |
DefaultsToValue | 12 | Defaults to value |
DefaultsToGeneratedValue | 13 | Defaults to generated value |
EqualsValue | 14 | Equals value |
EqualsConcatenatedValue | 15 | Equals concatenated value |
MustBeGreaterThan | 16 | Must be greater than |
MustBeGreaterThanOrEqual | 17 | Must be greater than or equal |
MustBeLessThan | 18 | Must be less than |
MustBeLessThanOrEqual | 19 | Must be less than or equal |
MustBeBetween | 20 | Must be between |
MinimumLength | 21 | Minimum length |
MaximumLength | 22 | Maximum length |
AllowableValues | 23 | Allowable values |
Unique | 24 | Unique |
Mandatory | 25 | Mandatory |
Invalid | 27 | Invalid |
DefaultsToConcatenatedValue | 28 | Defaults to concatenated value |
MustBeEqual | 29 | Must be equal |
ContainsPattern | 30 | Contains pattern |
MustContainPattern | 31 | Must contain pattern |
StartSiteWorkflow | 32 | Start site workflow |
HasChanged | 33 | Has changed |
UserDefinedScript | 34 | Use user defined script |
NotContains | 103 | Does not contain |
NotStartsWith | 104 | Does not start with |
NotEndsWith | 105 | Does not end with |
NotContainsSubset | 106 | Does not contain the subset |
IsNotBetween | 111 | Is not between |
NotContainsPattern | 130 | Does not contain the pattern |
NotChanged | 133 | Has not changed |
Remarks
The BRItemType simple type specifies the selected business rule, condition or action.