BRItemType-Enumeration
Contains values specifying the selected business rule condition or action.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.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
Elemente
Elementname | Beschreibung | |
---|---|---|
NotSpecified | The business rule item type is not specified. | |
IsEqual | An attribute value is equal to a specified value. | |
IsNotEqual | An attribute value is not equal to a specified value. | |
Contains | The attribute contains one of the following values. | |
StartsWith | The attribute value starts with a value. | |
EndsWith | The attribute value ends with a value. | |
ContainsSubset | The attribute value contains a substring. | |
IsGreaterThan | An attribute value is greater than a specified value. | |
IsGreaterThanOrEqual | An attribute value is greater than or equal to a specified value. | |
IsLessThan | An attribute value is less than a specified value. | |
IsLessThanOrEqual | An attribute value is less than or equal to a specified value. | |
IsBetween | An attribute value is between specified values. | |
DefaultsToValue | Set the attribute to a value when it is blank. | |
DefaultsToGeneratedValue | Set the attribute to a generated (incremental) value when it is blank. | |
EqualsValue | Set the attribute to a value. | |
EqualsConcatenatedValue | Set the attribute to a value concatenated from multiple other attributes/values. | |
MustBeGreaterThan | An attribute is invalid if not greater than a value. | |
MustBeGreaterThanOrEqual | An attribute is invalid if not greater than or equal to a value. | |
MustBeLessThan | An attribute is invalid if not less than a value. | |
MustBeLessThanOrEqual | An attribute is invalid if not less than or equal to a value. | |
MustBeBetween | An attribute is invalid if not between two values. | |
MinimumLength | An attribute is invalid if not greater than or equal to a minimum length. | |
MaximumLength | An attribute is invalid if not greater than or equal to a maximum length. | |
AllowableValues | An attribute is invalid if not equal to one of the allowed values. | |
Unique | An attribute is invalid if not unique across all entity members. | |
Mandatory | An attribute is invalid if blank. | |
Invalid | An attribute is invalid. | |
DefaultsToConcatenatedValue | Set the attribute to a value concatenated from multiple other attributes/values if the attribute is blank. | |
MustBeEqual | An attribute is invalid if not equal to a value. | |
ContainsPattern | The attribute contains a specified pattern. | |
MustContainPattern | An attribute is invalid if it does not contain a specified pattern. | |
StartSiteWorkflow | Launch a SharePoint workflow. | |
HasChanged | An attribute has changed. |