ExternalParameterAttribute GetParameters Method (Type,  String )NFX Class Library

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

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

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

public static IEnumerable<KeyValuePair<string, Type>> GetParameters(
	Type target,
	params string[] groups
)

Parameters

target
Type: OnlineSystem Type
groups
Type:  OnlineSystem String 

Return Value

Type: OnlineIEnumerable OnlineKeyValuePair OnlineString, OnlineType  
See Also