ArcFM Engine Developer Guide
BaseReset Method


The parent node of the configuration element.
This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Resets the internal state of the configuration object using the inherited implementation.
Syntax
'Declaration
 
Sub BaseReset( _
   ByVal parentElement As ConfigurationElement _
) 
'Usage
 
Dim instance As IHelperAssistedCustomConfigurationData(Of T)
Dim parentElement As ConfigurationElement
 
instance.BaseReset(parentElement)
void BaseReset( 
   ConfigurationElement parentElement
)

Parameters

parentElement
The parent node of the configuration element.
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

IHelperAssistedCustomConfigurationData<T> Interface
IHelperAssistedCustomConfigurationData<T> Members

 

 


Send Comment