Condividi tramite


Classe BRItemTypeComponent

Specifies the base level components type of business rules.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
<KnownTypeAttribute(GetType(BRActionComponent))> _
<DataContractAttribute(Name := "BRItemTypeComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
<KnownTypeAttribute(GetType(BRConditionComponent))> _
Public Class BRItemTypeComponent _
    Implements IExtensibleDataObject
'Utilizzo
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

Nel tipo BRItemTypeComponent sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico BRItemTypeComponent Initializes a new instance of the BRItemTypeComponent class.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica CompatibleAttributeTypes Gets or sets the array of BRAttributeTypeInfo objects, which defines the AttributeType-AttributeDataType pairs that are compatible with this item type component.
Proprietà pubblica Description Gets or sets the description of the type.
Proprietà pubblica ExtensionData Gets or sets an object containing extra data.
Proprietà pubblica ItemType Gets or sets the item type.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.