Responder Developer Guide
JumperCollection Class
Members 


Product Availability
Required Licenses
.NET Assembly
Object Model
JumperCollection Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
<DebuggerTypeProxyAttribute(System.Collections.Generic.Mscorlib_CollectionDebugView`1)>
<DebuggerDisplayAttribute("Count = {Count}")>
Public Class JumperCollection 
   Inherits System.Collections.ObjectModel.ObservableCollection(Of JumperInformation)
'Usage
 
Dim instance As JumperCollection
[DefaultMember("Item")]
[DebuggerTypeProxy(System.Collections.Generic.Mscorlib_CollectionDebugView`1)]
[DebuggerDisplay("Count = {Count}")]
public class JumperCollection : System.Collections.ObjectModel.ObservableCollection<JumperInformation> 
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.ObservableCollection<T>
         Miner.Responder.Model.Electric.JumperCollection

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

JumperCollection Members
Miner.Responder.Model.Electric Namespace

 

 


Send Comment