Lenguaje

BRItemTypeComponent Clase

Definición

Un componente de reglas de negocio.

public ref class BRItemTypeComponent abstract : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="BRItemTypeComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRActionComponent))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRConditionComponent))]
[System.Serializable]
public abstract class BRItemTypeComponent : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="BRItemTypeComponent", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRActionComponent))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.BRConditionComponent))>]
[<System.Serializable>]
type BRItemTypeComponent = class
    inherit DataContractBase
Public MustInherit Class BRItemTypeComponent
Inherits DataContractBase
Herencia
BRItemTypeComponent
Derivado
Atributos

Comentarios

Especifica BRItemTypeComponent la clase base abstracta para los componentes del tipo de elemento

Constructores

Nombre Description
BRItemTypeComponent()

Constructor.

Propiedades

Nombre Description
CompatibleAttributeTypes

Especifica la colección de objetos BRAttributeTypeInfo, que definen los pares de AttributeType-AttributeDataType compatibles con este componente de tipo de elemento.

Description

Especifica la descripción del tipo.

ItemType

Especifica el tipo de objeto.

Métodos

Nombre Description
SetProperty<T>(T, T, String, Boolean)

Cambia la propiedad al valor dado.
Devuelve si el nuevo valor es diferente del anterior.

(Heredado de DataContractBase)
SetProperty<T>(T, T, String)

Cambia la propiedad al valor dado.
Devuelve si el nuevo valor es diferente del anterior.

(Heredado de DataContractBase)

Se aplica a