Classe BRActionComponent
Represents the action components of business rules.
Hierarquia de herança
System.Object
Microsoft.MasterDataServices.DataContractBase
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 | |
---|---|---|
BRActionComponent | Initializes a new instance of the BRActionComponent class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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.) | |
Description | Gets or sets the description of the type. (Herdado de BRItemTypeComponent.) | |
ExtensionData | Gets or sets the structure that contains extra data. (Herdado de DataContractBase.) | |
ItemType | Gets or sets the item 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.