BusinessRule 클래스

정의

비즈니스 규칙을 나타냅니다.

public ref class BusinessRule : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BusinessRule", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BusinessRule : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BusinessRule", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BusinessRule = class
    inherit DataContractBase
Public Class BusinessRule
Inherits DataContractBase
상속
BusinessRule
특성

생성자

BusinessRule()

BusinessRule 클래스의 새 인스턴스를 초기화합니다.

속성

AuditInfo

감사 정보를 가져오거나 설정합니다.

BRActions

비즈니스 규칙 동작의 배열을 가져오거나 설정합니다.

BRConditionTree

비즈니스 규칙 조건 트리를 가져오거나 설정합니다.

Description

비즈니스 규칙에 대한 설명을 가져오거나 설정합니다.

ExtensionData

추가 데이터를 포함하는 구조를 가져오거나 설정합니다.

(다음에서 상속됨 DataContractBase)
Identifier

비즈니스 규칙 식별자를 가져오거나 설정합니다.

NotificationGroup

규칙에 대한 알림을 받을 그룹의 GUID(Globally Unique Identifier)를 가져오거나 설정합니다.

NotificationUser

규칙에 대한 알림을 받을 그룹의 GUID(Globally Unique Identifier)를 가져오거나 설정합니다.

Priority

규칙 우선 순위를 가져오거나 설정합니다.

RuleActionText

현재 비즈니스 규칙에 포함된 비즈니스 규칙 동작을 가져오거나 설정합니다.

RuleConditionText

현재 비즈니스 규칙에 포함된 비즈니스 규칙 조건을 가져오거나 설정합니다.

Status

비즈니스 규칙 상태를 가져오거나 설정합니다.

적용 대상