BRActionGroup Class
Definition
表示当前可用于 MDS 中的相关业务规则操作组件的分组。Represents a grouping of related business rule action components currently available for use in MDS.
public ref class BRActionGroup : Microsoft::MasterDataServices::DataContractBase
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRActionGroup", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRActionGroup : Microsoft.MasterDataServices.DataContractBase
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRActionGroup", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRActionGroup = class
inherit DataContractBase
Public Class BRActionGroup
Inherits DataContractBase
- Inheritance
- Attributes
Constructors
BRActionGroup() |
初始化 BRActionGroup 类的新实例。Initializes a new instance of the BRActionGroup class. |
Properties
BRActionComponents |
获取或设置业务规则操作组件的数组。Gets or sets an array of business rule action components. |
ExtensionData |
获取或设置包含额外数据的结构。Gets or sets the structure that contains extra data. (Inherited from DataContractBase) |
Name |
获取或设置业务规则操作组的名称。Gets or sets the name of the business rule action group. |