Classe BRActionComponent
Represents action components of business rules.
Hierarquia de herança
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .BRItemTypeComponent
Microsoft.MasterDataServices.Services.DataContracts..::..BRActionComponent
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services (em Microsoft.MasterDataServices.Services.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
<DataContractAttribute(Name := "BRActionComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class BRActionComponent _
Inherits BRItemTypeComponent
'Uso
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
O tipo BRActionComponent expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
BRActionComponent | Initializes a new instance of the BRActionComponent class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
CompatibleAttributeTypes | ArrayBRAttributeTypeInfo complex type. (Herdado de BRItemTypeComponent.) | |
Description | Description of component. (Herdado de BRItemTypeComponent.) | |
ItemType | BRItemType simple type. (Herdado de BRItemTypeComponent.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.