Share via


BRItemType Enumeration

Specifies the selected business rule condition or action.

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

Syntax

'Declaration
<DataContractAttribute(Name := "BRItemType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration BRItemType
'Usage
Dim instance As BRItemType
[DataContractAttribute(Name = "BRItemType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum BRItemType
[DataContractAttribute(Name = L"BRItemType", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class BRItemType
[<DataContractAttribute(Name = "BRItemType", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRItemType
public enum BRItemType

Members

Member name Description
AllowableValues Validation Action: an attribute is invalid if not equal to one of the allowed values.
Contains Condition: the attribute contains one of the following values.
ContainsPattern Condition: the attribute contains a specified pattern.
ContainsSubset Condition: the attribute value contains a substring.
DefaultsToConcatenatedValue Data Generation Action: set the attribute to a value concatenated from multiple other attributes / values if the attribute is blank.
DefaultsToGeneratedValue Data Generation Action: set the attribute to a generated (incremental) value when it is blank.
DefaultsToValue Data Generation Action: set the attribute to a value when it is blank.
EndsWith Condition: the attribute value ends with a value.
EqualsConcatenatedValue Data Generation Action: set the attribute to a value concatenated from multiple other attributes / values.
EqualsValue Data Generation Action: set the attribute to a value.
HasChanged An attribute has changed.
Invalid Validation Action: an attribute is invalid.
IsBetween Condition: the attribute value is between two values.
IsEqual Condition: “is equal to” (=).
IsGreaterThan Condition: “is greater than” (>).
IsGreaterThanOrEqual Condition: “is greater than or equal to” (>=).
IsLessThan Condition: “is less than” (<).
IsLessThanOrEqual Condition: “is less than or equal to” (<=).
IsNotEqual Condition: “is not equal to” (<>).
Mandatory Validation Action: an attribute is invalid if blank.
MaximumLength Validation Action: an attribute is invalid if not less than or equal to a maximum length.
MinimumLength Validation Action: an attribute is invalid if not greater than or equal to a minimum length.
MustBeBetween Validation Action: an attribute is invalid if not between two values.
MustBeEqual Validation Action: an attribute is invalid if not equal to a value.
MustBeGreaterThan Validation Action: an attribute is invalid if not greater than a value.
MustBeGreaterThanOrEqual Validation Action: an attribute is invalid if not greater than or equal to a value.
MustBeLessThan Validation Action: an attribute is invalid if not less than a value.
MustBeLessThanOrEqual Validation Action: an attribute is invalid if not less than or equal to a value.
MustContainPattern Validation Action: an attribute is invalid if it does not contain a specified pattern.
NotSpecified Business Rule Item Type is not specified.
StartSiteWorkflow Action: launch a SharePoint Workflow.
StartsWith Condition: the attribute value starts with a value.
Unique Validation Action: an attribute is invalid if not unique across all entity members.

See Also

Reference

Microsoft.MasterDataServices.Services.DataContracts Namespace