C# 클래스 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.
파일 보기 프로젝트 열기: jeremytammik/RevitLookup

보호된 프로퍼티들

프로퍼티 타입 설명
m_dataObjs System.Collections.ArrayList

공개 메소드들

메소드 설명
Collector ( ) : System
Data ( ) : ArrayList

보호된 메소드들

메소드 설명
FireEvent_CollectExt ( object objToSnoop ) : void

메소드 상세

Collector() 공개 메소드

public Collector ( ) : System
리턴 System

Data() 공개 메소드

public Data ( ) : ArrayList
리턴 System.Collections.ArrayList

FireEvent_CollectExt() 보호된 메소드

protected FireEvent_CollectExt ( object objToSnoop ) : void
objToSnoop object
리턴 void

프로퍼티 상세

m_dataObjs 보호되어 있는 프로퍼티

protected ArrayList,System.Collections m_dataObjs
리턴 System.Collections.ArrayList