This Dictionary is used to map the EventFields to their columns

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class FieldGroupMap : Dictionary<string, int>
Visual Basic
Public Class FieldGroupMap _
	Inherits Dictionary(Of String, Integer)
JScript
public class FieldGroupMap extends Dictionary<String, int>

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Dictionary<(Of <(<'String, Int32>)>)>
    Ico.Awx.Common..::..FieldGroupMap

See Also