Click or drag to resize

ICommenceDatabaseGetClarifiedItemName Method

Construct a clarified item name from the unclarified itemname, the clarify separator and the clarify value

Namespace:  Vovin.CmcLibNet.Database
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
string GetClarifiedItemName(
	string itemName,
	string clarifySeparator,
	string clarifyValue
)

Parameters

itemName
Type: SystemString
Unclarified itemname.
clarifySeparator
Type: SystemString
Clarify separator.
clarifyValue
Type: SystemString
Clarify value.

Return Value

Type: String
Clarified item name.
Remarks
This method does not query Commence.
See Also