BRAction 類別

定義

代表在已建立的商業規則中進行價值創造或驗證行動。

public ref class BRAction : Microsoft::MasterDataServices::BRItem
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRAction", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRAction : Microsoft.MasterDataServices.BRItem
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRAction", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRAction = class
    inherit BRItem
Public Class BRAction
Inherits BRItem
繼承
屬性

備註

BRAction 來設定值或在滿足特定商業規則條件時進行驗證。

建構函式

名稱 Description
BRAction()

初始化 BRAction 類別的新執行個體。

屬性

名稱 Description
AuditInfo

取得或設定審計資訊。

(繼承來源 BRItem)
BusinessRuleId

取得或設定擁有企業的識別碼規則。

(繼承來源 BRItem)
ExtensionData

取得或設定包含額外資料的結構。

(繼承來源 DataContractBase)
Identifier

取得或設定商業規則項目的唯一識別碼。

(繼承來源 BRItem)
Operator

取得或設定運算子。

(繼承來源 BRItem)
PostfixArguments

取得或設定一組後綴(右側)參數陣列。

(繼承來源 BRItem)
PrefixArgument

取得或設定一個參數來定義商業規則的邏輯。

Sequence

取得或設定商業規則項目應以何種方式顯示與評估的順序。

(繼承來源 BRItem)
Text

取得或設定描述商業規則項目的文字。

(繼承來源 BRItem)

適用於