BRActionComponent Class

Definition

The action components within business rules.

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

Remarks

The BRActionComponent complex type specifies the action components of business rules.

Constructors

BRActionComponent()

Initializes a new instance of the BRActionComponent class.

Properties

CompatibleAttributeTypes

Specifies the collection of BRAttributeTypeInfo objects, which define the AttributeType-AttributeDataType pairs that are compatible with this item type component.

(Inherited from BRItemTypeComponent)
Description

Specifies the description of the type.

(Inherited from BRItemTypeComponent)
ItemType

Specifies the item type.

(Inherited from BRItemTypeComponent)

Methods

SetProperty<T>(T, T, String)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)
SetProperty<T>(T, T, String, Boolean)

Changes the property to the given value.
Returns whether the new value is different from the old value.

(Inherited from DataContractBase)

Applies to