ArcFM Responder Mobile Developer Guide
ArchiveDb Class
Members 






This class provides the schema information for the Responder (RX_) tables.
Object Model
ArchiveDb Class
Syntax
'Declaration
 
Public MustInherit NotInheritable Class ArchiveDb 
'Usage
 
Dim instance As ArchiveDb
public static class ArchiveDb 
public class ArchiveDb abstract; sealed; 
public abstract sealed class ArchiveDb 
public __gc abstract __sealed class ArchiveDb 
public ref class ArchiveDb abstract sealed 
Remarks
WARNING: In order to use this class the startup code must register for the ConfiguratorResolve event and return an instance of the Configurator (DataSetConfig class) when requested. The reason that this is necessary is because the location of the configurator information depends on the particular application. Currently, Responder client-side applications query the DataServices middle-tier for the Configurator data.
Inheritance Hierarchy

System.Object
   Miner.Responder.Shared.ArchiveDb

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ArchiveDb Members
Miner.Responder.Shared Namespace

Send Feedback