Class ResourceIconHintMapping
Class used for simple mapping between icon hints and resources. used by the criteria system to specify correct heading resources to use.
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoCore.dll
Syntax
public class ResourceIconHintMapping
Constructors
ResourceIconHintMapping(string, string)
Class used for simple mapping between icon hints and resources. used by the criteria system to specify correct heading resources to use.
Declaration
public ResourceIconHintMapping(string iconHint, string resourceString)
Parameters
Type | Name | Description |
---|---|---|
string | iconHint | |
string | resourceString |
Fields
IconHint
Class used for simple mapping between icon hints and resources. used by the criteria system to specify correct heading resources to use.
Declaration
public string IconHint
Field Value
Type | Description |
---|---|
string |
ResourceString
Class used for simple mapping between icon hints and resources. used by the criteria system to specify correct heading resources to use.
Declaration
public string ResourceString
Field Value
Type | Description |
---|---|
string |