ConfigAttribute GetConfigPathsForMember Method NFX Class Library

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

Generates 2 attribute paths for named member. This first path is just the member name converted to lower case. The seconfd path is "OR"ed with the first one and is taken from member name where all case transitions are prefixed with "-". For private fields 'm_' and 's_' prefixes are removed

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

public static string GetConfigPathsForMember(
	MemberInfo member
)

Return Value

Type: OnlineString
See Also