using System; using System.Collections.Generic; namespace Kingo.Mobile.Shape2KOTool.XSDClass { public class ItemInfo { public double CurrentVersion { get; set; } public int Id { get; set; } public string Name { get; set; } public string Type { get; set; } public string Description { get; set; } public string CopyrightText { get; set; } public bool DefaultVisibility { get; set; } public EditFieldsInfo EditFieldsInfo { get; set; } public OwnershipBasedAccessControlForFeatures OwnershipBasedAccessControlForFeatures { get; set; } public bool SyncCanReturnChanges { get; set; } public List Relationships { get; set; } public bool IsDataVersioned { get; set; } public bool SupportsRollbackOnFailureParameter { get; set; } public bool SupportsStatistics { get; set; } public bool SupportsAdvancedQueries { get; set; } public esriGeometryType GeometryType { get; set; } public int MinScale { get; set; } public int MaxScale { get; set; } public Extent Extent { get; set; } public DrawingInfo DrawingInfo { get; set; } public bool HasM { get; set; } public bool HasZ { get; set; } public bool AllowGeometryUpdates { get; set; } public bool HasAttachments { get; set; } public string HtmlPopupType { get; set; } public string ObjectIdField { get; set; } public string GlobalIdField { get; set; } public string DisplayField { get; set; } public string TypeIdField { get; set; } public List Fields { get; set; } public List Types { get; set; } // Token: 0x17000020 RID: 32 // (get) Token: 0x0600003F RID: 63 RVA: 0x00002430 File Offset: 0x00000630 // (set) Token: 0x06000040 RID: 64 RVA: 0x00002447 File Offset: 0x00000647 public List