Lenguaje

BRConditionComponent Clase

Definición

Los componentes del estado dentro de las normas empresariales.

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

Comentarios

El BRConditionComponent tipo complejo especifica los componentes de condición de las reglas de negocio. BRConditionComponent extiende el BRItemTypeComponent tipo complejo.

Constructores

Nombre Description
BRConditionComponent()

Inicializa una nueva instancia de la clase BRConditionComponent.

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.

(Heredado de BRItemTypeComponent)
Description

Especifica la descripción del tipo.

(Heredado de BRItemTypeComponent)
ItemType

Especifica el tipo de objeto.

(Heredado de BRItemTypeComponent)
Parameters

Recupera la colección de parámetros de script

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