BRActionComponent Class

Definition

Represents the action components of business rules.

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

Constructors

BRActionComponent()

Initializes a new instance of the BRActionComponent class.

Properties

CompatibleAttributeTypes

Gets or sets the array of BRAttributeTypeInfo objects, which defines the AttributeType-AttributeDataType pairs that are compatible with this item type component.

(Inherited from BRItemTypeComponent)
Description

Gets or sets the description of the type.

(Inherited from BRItemTypeComponent)
ExtensionData

Gets or sets the structure that contains extra data.

(Inherited from DataContractBase)
ItemType

Gets or sets the item type.

(Inherited from BRItemTypeComponent)

Applies to