ArcGIS API for WPF - Library Reference
FieldDomainCollection Class
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client.WebMap.Popup Namespace : FieldDomainCollection Class

FieldDomainCollection is used in Popup DataTemplate which is loaded using xaml loader at runtime. This is intended for internal use only.

Object Model

FieldDomainCollection ClassObject Class

Syntax

Visual Basic (Declaration) 
Public NotInheritable Class FieldDomainCollection 
   Inherits System.Collections.Generic.Dictionary(Of String,Object)
C# 
public sealed class FieldDomainCollection : System.Collections.Generic.Dictionary<string,object> 

Inheritance Hierarchy

System.Object
   System.Collections.Generic.Dictionary<TKey,TValue>
      ESRI.ArcGIS.Client.WebMap.Popup.FieldDomainCollection

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.