Compartir a través de


Clase BRItemTypeComponent

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

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.MasterDataServices.Services.DataContracts
Ensamblado:  Microsoft.MasterDataServices.Services.Contracts (en Microsoft.MasterDataServices.Services.Contracts.dll)

Sintaxis

'Declaración
<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
'Uso
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

El tipo BRItemTypeComponent expone los siguientes miembros.

Constructores

  Nombre Descripción
Método protegido BRItemTypeComponent Initializes a new instance of the BRItemTypeComponent class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública CompatibleAttributeTypes Gets or sets the collection of BRAttributeTypeInfo objects which define the AttributeType-AttributeDataType pairs that are compatible with the item type component.
Propiedad pública Description Gets or sets the description of the type.
Propiedad pública ItemType Gets or sets the item type.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido SetProperty<T> Infraestructura. Sets the property using the specified values. (Se hereda de DataContractBase.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.MasterDataServices.Services.DataContracts