ArcFM Engine Developer Guide
HandleOnDeserializeUnrecognizedAttribute Method


The name of the unrecognized attribute.
The value of the unrecognized attribute.
Concrete implementation of System.Configuration.ConfigurationElement.OnDeserializeUnrecognizedAttribute(System.String,System.String).
Syntax
'Declaration
 
Public Function HandleOnDeserializeUnrecognizedAttribute( _
   ByVal name As String, _
   ByVal value As String _
) As Boolean
'Usage
 
Dim instance As CustomProviderDataHelper(Of T)
Dim name As String
Dim value As String
Dim value As Boolean
 
value = instance.HandleOnDeserializeUnrecognizedAttribute(name, value)
public bool HandleOnDeserializeUnrecognizedAttribute( 
   string name,
   string value
)

Parameters

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

Return Value

true when an unknown attribute is encountered while deserializing.
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

CustomProviderDataHelper<T> Class
CustomProviderDataHelper<T> Members

 

 


Send Comment