Lenguaje

BRActionComponent Clase

Definición

Los componentes de acción dentro de las reglas de negocio.

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

Comentarios

El BRActionComponent tipo complejo especifica los componentes de acción de las reglas de negocio.

Constructores

Nombre Description
BRActionComponent()

Inicializa una nueva instancia de la clase BRActionComponent.

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)

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