BusinessRule 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
데이터 관리를 위한 논리적 구문입니다.
public ref class BusinessRule : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="BusinessRule", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class BusinessRule : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="BusinessRule", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type BusinessRule = class
inherit DataContractBase
Public Class BusinessRule
Inherits DataContractBase
- 상속
- 특성
설명
복합 형식은 BusinessRule 비즈니스 규칙 컨테이너 개체를 지정합니다.
생성자
BusinessRule() |
생성자입니다. |
속성
AuditInfo |
감사 정보를 지정합니다. |
BRActions |
작업의 컬렉션을 지정합니다. |
BRConditionTree |
최상위 조건 트리 노드를 지정합니다. |
BRElseActions |
작업의 컬렉션을 지정합니다. |
Description |
규칙 설명을 지정합니다. |
Identifier |
ID를 지정합니다. 규칙을 고유하게 식별합니다. |
IsCorrupted |
비즈니스 규칙이 손상되었는지를 지정합니다. |
IsFullDefinition |
비즈니스 규칙에 BR에 대한 전체 정의가 있는지를 지정합니다. |
NotificationGroup |
규칙에 대해 알림을 받을 그룹의 muid를 지정합니다. (선택 사항) NotificationGroup 또는 NotificationUser 중 하나를 지정할 수 있지만, 둘 다 지정할 수는 없습니다. |
NotificationUser |
규칙에 대한 알림을 받을 사용자의 muid를 지정합니다. (선택 사항) NotificationGroup 또는 NotificationUser 중 하나를 지정할 수 있지만, 둘 다 지정할 수는 없습니다. |
Priority |
규칙 우선 순위를 지정합니다. |
RuleActionText |
규칙 작업 텍스트를 지정합니다. |
RuleConditionText |
규칙 조건 텍스트를 지정합니다. |
RuleElseActionText |
규칙 다른 작업 텍스트를 지정합니다. |
Status |
규칙 상태를 지정합니다. |
메서드
SetProperty<T>(T, T, String) |
속성을 지정한 값으로 변경합니다. |
SetProperty<T>(T, T, String, Boolean) |
속성을 지정한 값으로 변경합니다. |