BRUserScriptParameterArgument Clase

Definición

Un argumento que hace referencia a atributos en lugar de valores.

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

Comentarios

El BRUserScriptParameterArgument tipo complejo hace referencia a atributos en lugar de valores.

Constructores

BRUserScriptParameterArgument()

Inicializa una nueva instancia de la clase BRUserScriptParameterArgument.

Propiedades

Identifier

Identifica de forma única el argumento .

(Heredado de BRArgument)
ParameterName

Especifica el nombre del parámetro.

PropertyName

Especifica el nombre de la propiedad.

(Heredado de BRArgument)
Sequence

Especifica la secuencia de parámetros.

Value

Especifica el valor del argumento.

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