ExternalParameterAttribute GetParametersWithAttrs Method NFX Class Library

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

Returns external parameter names, type and attributes - 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

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

public static IEnumerable<Tuple<string, Type, ExternalParameterAttribute>> GetParametersWithAttrs(
	Type target,
	params string[] groups
)

Parameters

target
Type: OnlineSystem Type
groups
Type:  OnlineSystem String 

Return Value

Type: OnlineIEnumerable OnlineTuple OnlineString, OnlineType, ExternalParameterAttribute  
See Also