BRActionComponent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Boolean) |
Changes the property to the given value. |
SetProperty<T>(T, T, String) |
Changes the property to the given value. |