ArcFM Desktop Developer Guide
NameTypeConfigurationElementCollection<T,TCustomElementData> Class
Members 


The type of NameTypeConfigurationElement object this collection contains.
The type used for Custom configuration elements in this collection.
Product Availability
Required Licenses
.NET Assembly
Represesnts a collection of NameTypeConfigurationElement objects.
Object Model
NameTypeConfigurationElementCollection<T,TCustomElementData> Class
Syntax
'Declaration
 
<DebuggerDisplayAttribute("Count = {Count}")>
<DefaultMemberAttribute("Item")>
Public Class NameTypeConfigurationElementCollection
    (Of T As {New, NameTypeConfigurationElement},
     TCustomElementData As {New, T}) 
   Inherits PolymorphicConfigurationElementCollection(Of T)
[DebuggerDisplay("Count = {Count}")]
[DefaultMember("Item")]
public class NameTypeConfigurationElementCollection<T,TCustomElementData> : PolymorphicConfigurationElementCollection<T> 
where T: new(), NameTypeConfigurationElement
where TCustomElementData: new(), T
Type Parameters
T
The type of NameTypeConfigurationElement object this collection contains.
TCustomElementData
The type used for Custom configuration elements in this 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

NameTypeConfigurationElementCollection<T,TCustomElementData> Members
Miner.Geodatabase.Integration.Configuration Namespace

 

 


Send Comment