MindFusion.Scheduling for ASP.NET Programmer's Guide
XmlSerializationContext.WriteShort Method
See Also
 





Writes the specified short integer.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public XmlElement WriteShort (
    short value,
    string elementName,
    XmlElement parentElement
)

Visual Basic  Copy Code

Public Function WriteShort( _
    value As Short, _
    elementName As String, _
    parentElement As XmlElement _
) As XmlElement

 Parameters

value
Type: Int16
The short to write.
elementName
Type: String
The name of the new XML element.
parentElement
Type: XmlElement
The parent of the new XML element.

 Return Value

Type: XmlElement
The newly created XML element.

 See Also

XmlSerializationContext Members
XmlSerializationContext Class
MindFusion.Scheduling Namespace