BMXNET 4.0 Developer API

Container for all persistent and available connection spec

Namespace:  IndianHealthService.BMXNet.WinForm.Configuration
Assembly:  BMXWIN40 (in BMXWIN40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class RpmsConnectionSettings
Public Class RpmsConnectionSettings
public ref class RpmsConnectionSettings

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
RpmsConnectionSettings()()()
AddConnectionSpec(RpmsConnectionSpec)
Add aSpec to the receiver. Not persisted
CommandLineConnectionSpec
ConnectionSpecs
Answer all available connection specs, including command-line spec
DefaultConnectionSpec
Answer the default connection spec. If there is not user defined default, answer the first connection spec
Equals(Object) (Inherited from Object.)
Finalize()()() (Inherited from Object.)
GetHashCode()()() (Inherited from Object.)
GetType()()() (Inherited from Object.)
Load()()()
ManagedConnectionSpecs
Answer all connection specs in user defined order
MemberwiseClone()()() (Inherited from Object.)
MoveConnectionSpecDown(RpmsConnectionSpec)
MoveConnectionSpecUp(RpmsConnectionSpec)
RemoveConnectionSpec(RpmsConnectionSpec)
Remove aSpec from the receiver. Not persisted.
Revert()()()
Refresh the receiver from the current state of the persistent store
Save()()()
SetConnectionSpecAsDefault(RpmsConnectionSpec)
StorageKeys
Store
ToString()()() (Inherited from Object.)
UserSettings

Inheritance Hierarchy

System..::.Object
  IndianHealthService.BMXNet.WinForm.Configuration..::.RpmsConnectionSettings

See Also