Click or drag to resize

XmlDeserializationHelperGetAttributeValue Method (String, XmlNode, DateTimeOffset, Boolean)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public DateTimeOffset GetAttributeValue(
	string attributeName,
	XmlNode node,
	DateTimeOffset defaultValue,
	bool throwIfAttributeNotPresent = false
)

Parameters

attributeName
Type: SystemString
node
Type: System.XmlXmlNode
defaultValue
Type: SystemDateTimeOffset
throwIfAttributeNotPresent (Optional)
Type: SystemBoolean

Return Value

Type: DateTimeOffset
See Also