Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the action components of business rules.
Inheritance Hierarchy
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.BRItemTypeComponent
Microsoft.MasterDataServices.BRActionComponent
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
<DataContractAttribute(Name := "BRActionComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRActionComponent _
Inherits BRItemTypeComponent
'Usage
Dim instance As BRActionComponent
[DataContractAttribute(Name = "BRActionComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRActionComponent : BRItemTypeComponent
[DataContractAttribute(Name = L"BRActionComponent", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRActionComponent : public BRItemTypeComponent
[<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 | |
---|---|---|
![]() |
BRActionComponent | Initializes a new instance of the BRActionComponent class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
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.