C# 클래스 RevitLookup.Snoop.Data.Enumerable

Snoop.Data class to hold and format an Enumerable value. This class can be used for any object that supports the IEnumerable interface. However, some classes, such as a Map, are better seen visually in Key/Value pairs vs a straight list of enumerated objects. Use this when it works well, but write your own Snoop.Data object for Enumerable cases that need better feedback to the user.
상속: Data
파일 보기 프로젝트 열기: jeremytammik/RevitLookup

보호된 프로퍼티들

프로퍼티 타입 설명
m_objs System.Collections.ArrayList
m_val IEnumerable

공개 메소드들

메소드 설명
DrillDown ( ) : void
Enumerable ( string label, IEnumerable val ) : System
Enumerable ( string label, IEnumerable val, Autodesk doc ) : System
StrValue ( ) : string

메소드 상세

DrillDown() 공개 메소드

public DrillDown ( ) : void
리턴 void

Enumerable() 공개 메소드

public Enumerable ( string label, IEnumerable val ) : System
label string
val IEnumerable
리턴 System

Enumerable() 공개 메소드

public Enumerable ( string label, IEnumerable val, Autodesk doc ) : System
label string
val IEnumerable
doc Autodesk
리턴 System

StrValue() 공개 메소드

public StrValue ( ) : string
리턴 string

프로퍼티 상세

m_objs 보호되어 있는 프로퍼티

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

m_val 보호되어 있는 프로퍼티

protected IEnumerable m_val
리턴 IEnumerable