Represents a unique identifier for an object, along with its display name.
Namespace: ININ.IceLib.ConfigurationAssembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public class ConfigurationId : IComparable |
Visual Basic |
---|
Public Class ConfigurationId _ Implements IComparable |
Remarks
The ConfigurationId 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.
Examples
The IceLib SDK includes example application references to the ConfigurationId class. Some examples are listed below.
Project | Location |
---|---|
TutorialExample | UserRoleConfigurationViewModel.cs, line 60, in UserRoleConfigurationViewModel.set_SelectedConfigurationId |
UserRoleConfigurationViewModel.cs, line 48, in UserRoleConfigurationViewModel.#ctor | |
UserRoleConfigurationViewModel.cs, line 32, in UserRoleConfigurationViewModel.set_ConfigurationIdList | |
UserRoleConfigurationViewModel._ConfigurationIdList | |
UserRoleConfigurationViewModel._SelectedConfigurationId | |
UserRoleConfigurationViewModel.CS$<>9__CachedAnonymousMethodDelegate8 |
Inheritance Hierarchy
System..::..Object
ININ.IceLib.Configuration..::..ConfigurationId
ININ.IceLib.Configuration..::..GroupedConfigurationId
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.
For 3.0, supported for IC Server version 3.0 SU 7 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 SU 7 and beyond.