ArcFM Desktop Developer Guide
CustomProviderDataHelper<T> Class
Members 


The type of the custom provider configuration object.
Product Availability
Required Licenses
.NET Assembly
Generic helper class for custom provider configuration objects.
Object Model
CustomProviderDataHelper<T> Class
Syntax
'Declaration
 
Public Class CustomProviderDataHelper(Of T As {NameTypeConfigurationElement, IHelperAssistedCustomConfigurationData(Of T)}) 
'Usage
 
Dim instance As CustomProviderDataHelper(Of T)
public class CustomProviderDataHelper<T> 
where T: NameTypeConfigurationElement, IHelperAssistedCustomConfigurationData<T>
Type Parameters
T
The type of the custom provider configuration object.
Remarks
The helper class encapsulates the logic to manage an unknown set of properties in System.Configuration.ConfigurationElements. This logic cannot be inherited by the configuration objects because these objects must inherit from the base configuration object type for the hierarchy of providers the configuration object represents.
Inheritance Hierarchy

System.Object
   Miner.Geodatabase.Integration.Configuration.CustomProviderDataHelper<T>

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> Members
Miner.Geodatabase.Integration.Configuration Namespace

 

 


Send Comment