ArcFM Engine Developer Guide
PolymorphicConfigurationElementCollection<T> Class
Members 


The type contained in the collection.
Product Availability
Required Licenses
.NET Assembly
Represents the base class from which all implementations of polymorphic configuration collections must derive.
Syntax
'Declaration
 
<DebuggerDisplayAttribute("Count = {Count}")>
<DefaultMemberAttribute("Item")>
Public MustInherit Class PolymorphicConfigurationElementCollection(Of T As {New, NamedConfigurationElement}) 
   Inherits NamedElementCollection(Of T)
[DebuggerDisplay("Count = {Count}")]
[DefaultMember("Item")]
public abstract class PolymorphicConfigurationElementCollection<T> : NamedElementCollection<T> 
where T: new(), NamedConfigurationElement
Type Parameters
T
The type contained in the collection.
Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
      System.Configuration.ConfigurationElementCollection
         Miner.Geodatabase.Integration.Configuration.NamedElementCollection<T>
            Miner.Geodatabase.Integration.Configuration.PolymorphicConfigurationElementCollection<T>
               Miner.Geodatabase.Integration.Configuration.NameTypeConfigurationElementCollection<T,TCustomElementData>

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

PolymorphicConfigurationElementCollection<T> Members
Miner.Geodatabase.Integration.Configuration Namespace

 

 


Send Comment