Click or drag to resize

IGetCodeNamegetCodeName Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets code name of the object. CodeName should be unique per each unique set of values of properties. In other words: if two instances of the same class have different CodeName that means values of their key properties are not same.

Namespace:  imbSCI.Data.interfaces
Assembly:  imbSCI.Data (in imbSCI.Data.dll) Version: 0.3.70.
Syntax
C#
string getCodeName()
Request Example View Source

Return Value

Type: String
Unique string to identify unique values
See Also