ArcFM Engine Developer Guide
OnDeserializeUnrecognizedAttribute Method


The name of the unrecognized attribute.
The value of the unrecognized attribute.
Called when an unknown attribute is encountered while deserializing the CustomPipelineRuleConfigurationElement object.
Syntax
'Declaration
 
Protected Overrides Function OnDeserializeUnrecognizedAttribute( _
   ByVal name As String, _
   ByVal value As String _
) As Boolean
'Usage
 
Dim instance As CustomPipelineRuleConfigurationElement
Dim name As String
Dim value As String
Dim value As Boolean
 
value = instance.OnDeserializeUnrecognizedAttribute(name, value)
protected override bool OnDeserializeUnrecognizedAttribute( 
   string name,
   string value
)

Parameters

name
The name of the unrecognized attribute.
value
The value of the unrecognized attribute.

Return Value

true if the processing of the element should continue; otherwise, false.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

CustomPipelineRuleConfigurationElement Class
CustomPipelineRuleConfigurationElement Members

 

 


Send Comment