Partager via


Classe BRItemTypeComponent

Represents an abstract base class for item type components (condition and action items).

Hiérarchie d'héritage

System.Object
  Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
    Microsoft.MasterDataServices.Services.DataContracts.BRItemTypeComponent
      Microsoft.MasterDataServices.Services.DataContracts.BRActionComponent
      Microsoft.MasterDataServices.Services.DataContracts.BRConditionComponent

Espace de noms :  Microsoft.MasterDataServices.Services.DataContracts
Assembly :  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
<KnownTypeAttribute(GetType(BRActionComponent))> _
<KnownTypeAttribute(GetType(BRConditionComponent))> _
<DataContractAttribute(Name := "BRItemTypeComponent", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public MustInherit Class BRItemTypeComponent _
    Inherits DataContractBase
'Utilisation
Dim instance As BRItemTypeComponent
[SerializableAttribute]
[KnownTypeAttribute(typeof(BRActionComponent))]
[KnownTypeAttribute(typeof(BRConditionComponent))]
[DataContractAttribute(Name = "BRItemTypeComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public abstract class BRItemTypeComponent : DataContractBase
[SerializableAttribute]
[KnownTypeAttribute(typeof(BRActionComponent))]
[KnownTypeAttribute(typeof(BRConditionComponent))]
[DataContractAttribute(Name = L"BRItemTypeComponent", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class BRItemTypeComponent abstract : public DataContractBase
[<AbstractClassAttribute>]
[<SerializableAttribute>]
[<KnownTypeAttribute(typeof(BRActionComponent))>]
[<KnownTypeAttribute(typeof(BRConditionComponent))>]
[<DataContractAttribute(Name = "BRItemTypeComponent", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRItemTypeComponent =  
    class 
        inherit DataContractBase 
    end
public abstract class BRItemTypeComponent extends DataContractBase

Le type BRItemTypeComponent expose les membres suivants.

Constructeurs

  Nom Description
Méthode protégée BRItemTypeComponent Initializes a new instance of the BRItemTypeComponent class.

Haut de la page

Propriétés

  Nom Description
Propriété publique CompatibleAttributeTypes Gets or sets the collection of BRAttributeTypeInfo objects which define the AttributeType-AttributeDataType pairs that are compatible with the item type component.
Propriété publique Description Gets or sets the description of the type.
Propriété publique ItemType Gets or sets the item type.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode protégée SetProperty<T> Infrastructure. Sets the property using the specified values. (hérité de DataContractBase.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.MasterDataServices.Services.DataContracts