Property | Type | Description | |
---|---|---|---|
m_builder | StringBuilder |
Method | Description | |
---|---|---|
StringCollectorEnv ( IVwEnv baseEnv, ISilDataAccess sda, int hvoRoot ) : System |
Initializes a new instance of the StringCollectorEnv class.
|
Method | Description | |
---|---|---|
AddResultString ( string s ) : void |
Accumulate a string into our result. The base implementation does nothing.
|
protected AddResultString ( string s ) : void | ||
s | string | The s. |
return | void |
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. |
return | System |