Compartilhar via


Classe BRItemTypeComponent

Specifies the base level components type of business rules.

Hierarquia de herança

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

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

Sintaxe

'Declaração
<KnownTypeAttribute(GetType(BRActionComponent))> _
<DataContractAttribute(Name := "BRItemTypeComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(BRConditionComponent))> _
Public Class BRItemTypeComponent _
    Implements IExtensibleDataObject
'Uso
Dim instance As BRItemTypeComponent
[KnownTypeAttribute(typeof(BRActionComponent))]
[DataContractAttribute(Name = "BRItemTypeComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRConditionComponent))]
public class BRItemTypeComponent : IExtensibleDataObject
[KnownTypeAttribute(typeof(BRActionComponent))]
[DataContractAttribute(Name = L"BRItemTypeComponent", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[KnownTypeAttribute(typeof(BRConditionComponent))]
public ref class BRItemTypeComponent : IExtensibleDataObject
[<KnownTypeAttribute(typeof(BRActionComponent))>]
[<DataContractAttribute(Name = "BRItemTypeComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<KnownTypeAttribute(typeof(BRConditionComponent))>]
type BRItemTypeComponent =  
    class
        interface IExtensibleDataObject
    end
public class BRItemTypeComponent implements IExtensibleDataObject

O tipo BRItemTypeComponent expõe os membros a seguir.

Construtores

  Nome Descrição
Método público BRItemTypeComponent Initializes a new instance of the BRItemTypeComponent 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.
Propriedade pública Description Gets or sets the description of the type.
Propriedade pública ExtensionData Gets or sets an object containing extra data.
Propriedade pública ItemType Gets or sets the item type.

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