Represents a unique identifier for an object, along with its display name.

Namespace: ININ.IceLib
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public class DisplayableId : IComparable
Visual Basic
Public Class DisplayableId _
	Implements IComparable

Remarks

The DisplayableId class is used to represent a unique identifier for objects in the IC system, along with a DisplayName for that object, if one is defined. If no display name exists for the object, the class will return the Id for the object to be used as the display string.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib..::..DisplayableId

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also