 | 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.AmlObjectsAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static bool ValidateAndRepairFrameDatatypes(
XElement node
)
Public Shared Function ValidateAndRepairFrameDatatypes (
node As XElement
) As Boolean
public:
static bool ValidateAndRepairFrameDatatypes(
XElement^ node
)
Parameters
- node XElement
- The node.
Return Value
Booleantrue if XXXX,
false otherwise.
See Also