Share via


BRActionComponent Class

Represents an action component of business rules.

Inheritance Hierarchy

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.BRItemTypeComponent
      Microsoft.MasterDataServices.Services.DataContracts.BRActionComponent

Namespace:  Microsoft.MasterDataServices.Services.DataContracts
Assembly:  Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)

Syntax

'Declaration
<SerializableAttribute> _
<DataContractAttribute(Name := "BRActionComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRActionComponent _
    Inherits BRItemTypeComponent
'Usage
Dim instance As BRActionComponent
[SerializableAttribute]
[DataContractAttribute(Name = "BRActionComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRActionComponent : BRItemTypeComponent
[SerializableAttribute]
[DataContractAttribute(Name = L"BRActionComponent", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRActionComponent : public BRItemTypeComponent
[<SerializableAttribute>]
[<DataContractAttribute(Name = "BRActionComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRActionComponent =  
    class 
        inherit BRItemTypeComponent 
    end
public class BRActionComponent extends BRItemTypeComponent

The BRActionComponent type exposes the following members.

Constructors

  Name Description
Public method BRActionComponent Initializes a new instance of the BRActionComponent class.

Top

Properties

  Name Description
Public property CompatibleAttributeTypes Gets or sets the collection of BRAttributeTypeInfo objects which define the AttributeType-AttributeDataType pairs that are compatible with the item type component. (Inherited from BRItemTypeComponent.)
Public property Description Gets or sets the description of the type. (Inherited from BRItemTypeComponent.)
Public property ItemType Gets or sets the item type. (Inherited from BRItemTypeComponent.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method SetProperty<T> Infrastructure. Sets the property using the specified values. (Inherited from DataContractBase.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.MasterDataServices.Services.DataContracts Namespace