ExternalParameterAttribute ClassNFX Class Library

[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
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Attribute
    NFX ExternalParameterAttribute

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

[AttributeUsageAttribute(AttributeTargets.Property, Inherited = true, AllowMultiple = false)]
public sealed class ExternalParameterAttribute : Attribute
See Also