Click or drag to resize

resourcePathResolvertoPrefixString Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Vraca prefix string na osnovu tipa odnosa

Namespace:  imbSCI.DataComplex.path
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static string toPrefixString(
	this resourceRelationTypes parentRealtionType,
	string def = "/"
)
Request Example View Source

Parameters

parentRealtionType
Type: imbSCI.DataComplex.pathresourceRelationTypes
def (Optional)
Type: SystemString

Return Value

Type: String
odgovarajuci prefix string

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type resourceRelationTypes. 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