QuickObjects.ObjectBase Send comments on this topic.
Implicit Type Conversion Operator
See Also 
Akal.QuickObjects.ObjectBase Namespace > XmlDocumentField Class : Implicit Type Conversion Operator

XmlDocument

This allows the developer to directly get the value of this field as XmlDocument without having to access the Value property.

Parameters:
Description
fldXmlDocumentField to convert

Overload List

OverloadDescription
Implicit Type Conversion(XmlDocument)XmlDocumentField

This allows the developer to directly assign a XmlDocument into this Field. The BusinessObject property must be set manually after this assignment as BusinessObject is not set.

Parameters:
Description
valXmlDocument value to set the Value property with.

Returns:
Type
XmlDocumentField
 

Implicit Type Conversion(XmlDocumentField)XmlDocument

This allows the developer to directly get the value of this field as XmlDocument without having to access the Value property.

Parameters:
Description
fldXmlDocumentField to convert
 

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also