Click or drag to resize

IGetCodeName Interface

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Object with getCodeName() method

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

The IGetCodeName type exposes the following members.

Methods
  NameDescription
Public methodgetCodeName
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.
Top
See Also