BRActionComponent Clase

Definición

Los componentes de acciones de las reglas de negocios.

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 negocios.

Constructores

BRActionComponent()

Inicializa una nueva instancia de la clase BRActionComponent.

Propiedades

CompatibleAttributeTypes

Especifica la colección de objetos BRAttributeTypeInfo, que definen los pares de AttributeType-AttributeDataType que son 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 elemento.

(Heredado de BRItemTypeComponent)

Métodos

SetProperty<T>(T, T, String)

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

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

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

(Heredado de DataContractBase)

Se aplica a