BMXNET 4.0 Developer API

The implementor must serialize the object anObject given the keys.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
void Write<T>(
	T anObject,
	params string[] keys
)
Sub Write(Of T) ( _
	anObject As T, _
	ParamArray keys As String() _
)
generic<typename T>
void Write(
	T anObject, 
	... array<String^>^ keys
)

Parameters

anObject
T
The objects to be stored
keys
array< String >[]()[]
The key used to locate the settings

Type Parameters

T
The type of the object to be serialized to the store

See Also