Click or drag to resize

FrameAttributeTypeValidateAndRepairFrameDatatypes Method

Validates and repairs the frame data types if the data type is not defined or not of type 'xs:double'

Namespace: Aml.Engine.AmlObjects
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static bool ValidateAndRepairFrameDatatypes(
	XElement node
)

Parameters

node  XElement
The node.

Return Value

Boolean
true if XXXX, false otherwise.
See Also