Click or drag to resize

imbEnumExtendBasegetEnumMemberPath Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Vraca enum member path koji moze da se koristi za preuzimanje enumeracije i njenog tipa

Namespace:  imbSCI.Core.extensions.enumworks
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static string getEnumMemberPath(
	this Object enumSource,
	bool includeMemberName = true,
	string nestedInsert = "_",
	bool useFullName = false
)
Request Example View Source

Parameters

enumSource
Type: SystemObject
includeMemberName (Optional)
Type: SystemBoolean
Ako je false - onda ce prvo pretpostaviti da je enumSource ustvari Type
nestedInsert (Optional)
Type: SystemString
useFullName (Optional)
Type: SystemBoolean

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Object. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also