C# Класс SIL.FieldWorks.Common.RootSites.StringCollectorEnv

This subclass is used to accumulate a string equivalent to the result that would be produced by calling Display().
Наследование: CollectorEnv
Показать файл Открыть проект

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

Свойство Тип Описание
m_builder StringBuilder

Открытые методы

Метод Описание
StringCollectorEnv ( IVwEnv baseEnv, ISilDataAccess sda, int hvoRoot ) : System

Initializes a new instance of the StringCollectorEnv class.

Защищенные методы

Метод Описание
AddResultString ( string s ) : void

Accumulate a string into our result. The base implementation does nothing.

Описание методов

AddResultString() защищенный Метод

Accumulate a string into our result. The base implementation does nothing.
protected AddResultString ( string s ) : void
s string The s.
Результат void

StringCollectorEnv() публичный Метод

Initializes a new instance of the StringCollectorEnv class.
public StringCollectorEnv ( IVwEnv baseEnv, ISilDataAccess sda, int hvoRoot ) : System
baseEnv IVwEnv The base env.
sda ISilDataAccess Date access to get prop values etc.
hvoRoot int The root object to display, if m_baseEnv is null. /// If baseEnv is not null, hvoRoot is ignored.
Результат System

Описание свойств

m_builder защищенное свойство

The builder to which we append the text we're collecting.
protected StringBuilder m_builder
Результат StringBuilder