다음을 통해 공유


BRItemType 열거형

Specifies the selected business rule condition or action.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataContractAttribute(Name := "BRItemType", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration BRItemType
‘사용 방법
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

멤버

멤버 이름 설명
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.

참고 항목

참조

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스