[This is preliminary documentation and is subject to change.]
Decorates properties that may be used as bindable external parameters.
Provides methods for extraction of parameter names, values and binding of external object values into
public read/write properties decorated by this attribute
System Object
System Attribute NFX ExternalParameterAttributeNamespace: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
[AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
public sealed class ExternalParameterAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
public sealed class ExternalParameterAttribute : Attribute
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := true, AllowMultiple := false)>
Public NotInheritable Class ExternalParameterAttribute
Inherits Attribute
<AttributeUsageAttribute(AttributeTargets.Property, Inherited := true, AllowMultiple := false)>
Public NotInheritable Class ExternalParameterAttribute
Inherits Attribute
[AttributeUsageAttribute(AttributeTargets::Property, Inherited = true, AllowMultiple = false)]
public ref class ExternalParameterAttribute sealed : public Attribute
[AttributeUsageAttribute(AttributeTargets::Property, Inherited = true, AllowMultiple = false)]
public ref class ExternalParameterAttribute sealed : public Attribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)>]
type ExternalParameterAttribute =
class
inherit Attribute
end
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)>]
type ExternalParameterAttribute =
class
inherit Attribute
end