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
파일 보기 프로젝트 열기: sillsdev/FieldWorks

보호된 프로퍼티들

프로퍼티 타입 설명
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