BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

XmlHelper..::..WriteStandardIntegerVale Method

Writes the standard integer vale.

Namespace:  CAS.Lib.CommonBus.Xml
Assembly:  CommServer.CommonBus (in CommServer.CommonBus.dll)

Syntax


public static void WriteStandardIntegerVale(
	XmlWriter XmlWriterStreamOfSettings,
	string NameOfAttribute,
	int ValueToBeWritten
)
Public Shared Sub WriteStandardIntegerVale ( _
	XmlWriterStreamOfSettings As XmlWriter, _
	NameOfAttribute As String, _
	ValueToBeWritten As Integer _
)
public:
static void WriteStandardIntegerVale(
	XmlWriter^ XmlWriterStreamOfSettings, 
	String^ NameOfAttribute, 
	int^ ValueToBeWritten
)

Parameters

XmlWriterStreamOfSettings
Type: XmlWriter
The XML writer stream of settings.
NameOfAttribute
Type: String
The name of attribute.
ValueToBeWritten
Type: Int32
The value to be written.