ArcFM Responder Mobile Developer Guide
RxDb Class
Members 






This class provides the schema information for the Responder (RX_) tables.
Object Model
RxDb Class
Syntax
'Declaration
 
<System.Diagnostics.DebuggerStepThroughAttribute()>
Public MustInherit NotInheritable Class RxDb 
'Usage
 
Dim instance As RxDb
[System.Diagnostics.DebuggerStepThrough()]
public static class RxDb 
public class RxDb abstract; sealed; 
System.Diagnostics.DebuggerStepThroughAttribute()
public abstract sealed class RxDb 
[System.Diagnostics.DebuggerStepThrough()]
public __gc abstract __sealed class RxDb 
[System.Diagnostics.DebuggerStepThrough()]
public ref class RxDb 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.RxDb

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

RxDb Members
Miner.Responder.Shared Namespace

Send Feedback