ExternalParameterAttribute GetParameters Method NFX Class Library

[This is preliminary documentation and is subject to change.]

Overload List

  NameDescription
Public methodStatic memberGetParameters(Object,  String )
Returns external parameter names and type - names for read/write public properties decorated with this attribute. If groups is null then all parameters returned, else parameters must intersect in their group sets with the supplied value
Public methodStatic memberGetParameters(Type,  String )
Returns external parameter names and type - names for read/write public properties decorated with this attribute. If groups is null then all parameters returned, else parameters must intersect in their group sets with the supplied value
Back to Top
See Also