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
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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