ArcFM Engine Developer Guide
BaseIsModified Method


This method supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Returns the modification status using the inherited implementation.
Syntax
'Declaration
 
Function BaseIsModified() As Boolean
'Usage
 
Dim instance As IHelperAssistedCustomConfigurationData(Of T)
Dim value As Boolean
 
value = instance.BaseIsModified()
bool BaseIsModified()

Return Value

true if the configuration element has been modified, false otherwise.
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