Partilhar via


Classe BRActionComponent

Represents the action components of business rules.

Hierarquia de herança

System. . :: . .Object
  Microsoft.MasterDataServices. . :: . .BRItemTypeComponent
    Microsoft.MasterDataServices..::..BRActionComponent

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
<DataContractAttribute(Name := "BRActionComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRActionComponent _
    Inherits BRItemTypeComponent
'Uso
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

O tipo BRActionComponent expõe os membros a seguir.

Construtores

  Nome Descrição
Método público BRActionComponent Initializes a new instance of the BRActionComponent class.

Início

Propriedades

  Nome Descrição
Propriedade pública CompatibleAttributeTypes Gets or sets the array of BRAttributeTypeInfo objects, which defines the AttributeType-AttributeDataType pairs that are compatible with this item type component. (Herdado de BRItemTypeComponent.)
Propriedade pública Description Gets or sets the description of the type. (Herdado de BRItemTypeComponent.)
Propriedade pública ExtensionData Gets or sets an object containing extra data. (Herdado de BRItemTypeComponent.)
Propriedade pública ItemType Gets or sets the item type. (Herdado de BRItemTypeComponent.)

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência