C# Class RevitLookup.Snoop.Collectors.Collector

This is the base class of data collector objects. We'll just establish the protocol for derived classes. This class is abstract and cannot be instantiated except by derived classes. A Snoop.Collector class is passed an object and manually fills up an ArrayList of Snoop.Data objects. The list is then displayed in a Form (or can be sent elsewhere if need be). For the most part, the Collector is just the initial catch point. CollectorExts are responsible for knowing about certain types of objects.
Afficher le fichier Open project: jeremytammik/RevitLookup

Protected Properties

Свойство Type Description
m_dataObjs System.Collections.ArrayList

Méthodes publiques

Méthode Description
Collector ( ) : System
Data ( ) : ArrayList

Méthodes protégées

Méthode Description
FireEvent_CollectExt ( object objToSnoop ) : void

Method Details

Collector() public méthode

public Collector ( ) : System
Résultat System

Data() public méthode

public Data ( ) : ArrayList
Résultat System.Collections.ArrayList

FireEvent_CollectExt() protected méthode

protected FireEvent_CollectExt ( object objToSnoop ) : void
objToSnoop object
Résultat void

Property Details

m_dataObjs protected_oe property

protected ArrayList,System.Collections m_dataObjs
Résultat System.Collections.ArrayList