Lenguaje

BRFreeformArgument Clase

Definición

Especifica el tipo de argumento libre para argumentos de reglas de negocio.

public ref class BRFreeformArgument : Microsoft::MasterDataServices::BRArgument
[System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")]
[System.Diagnostics.DebuggerStepThrough]
[System.Runtime.Serialization.DataContract(Name="BRFreeformArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class BRFreeformArgument : Microsoft.MasterDataServices.BRArgument
[<System.CodeDom.Compiler.GeneratedCode("System.Runtime.Serialization", "4.0.0.0")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Runtime.Serialization.DataContract(Name="BRFreeformArgument", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type BRFreeformArgument = class
    inherit BRArgument
Public Class BRFreeformArgument
Inherits BRArgument
Herencia
BRFreeformArgument
Atributos

Constructores

Nombre Description
BRFreeformArgument()

Inicializa una nueva instancia de la clase BRFreeformArgument.

Propiedades

Nombre Description
ExtensionData

Obtiene o establece la estructura que contiene datos adicionales.

(Heredado de DataContractBase)
Identifier

Obtiene o establece el ID del argumento de la regla de negocio.

(Heredado de BRArgument)
PropertyName

Obtiene o establece el nombre de la propiedad...

(Heredado de BRArgument)
Value

Obtiene o establece una cadena que representa el argumento libre de la regla de negocio.

Se aplica a