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

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

Syntax

C#
public class GroupedConfigurationId : ConfigurationId
Visual Basic
Public Class GroupedConfigurationId _
	Inherits ConfigurationId

Remarks

The GroupedConfigurationId class is used to represent a unique identifier for configuration 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.It also allows for certain groups to be represented as a GroupedConfigurationId.

Inheritance Hierarchy

System..::..Object
  ININ.IceLib.Configuration..::..ConfigurationId
    ININ.IceLib.Configuration..::..GroupedConfigurationId

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