C# Class SIL.FieldWorks.FwCoreDlgs.FindReplaceCollectorEnvBase

Base class for specialized find and replace collector classes
Inheritance: SIL.FieldWorks.Common.RootSites.CollectorEnv
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_Pattern IVwPattern
m_frag int
m_searchKiller IVwSearchKiller
m_textSourceInit IVwTxtSrcInit2
m_vc IVwViewConstructor

Public Methods

Method Description
FindReplaceCollectorEnvBase ( FindReplaceCollectorEnvBase fc ) : System

Copy constructor - Initializes a new instance of the T:FindReplaceCollectorEnvBase class.

FindReplaceCollectorEnvBase ( IVwViewConstructor vc, ISilDataAccess sda, int hvoRoot, int frag, IVwPattern vwPattern, IVwSearchKiller searchKiller ) : System

Initializes a new instance of the T:FindReplaceCollectorEnvBase class.

If the base environment is not null, it is used for various things, such as obtaining 'outer object' information.

Method Details

FindReplaceCollectorEnvBase() public method

Copy constructor - Initializes a new instance of the T:FindReplaceCollectorEnvBase class.
public FindReplaceCollectorEnvBase ( FindReplaceCollectorEnvBase fc ) : System
fc FindReplaceCollectorEnvBase The FindReplaceCollectorEnvBase object to clone.
return System

FindReplaceCollectorEnvBase() public method

Initializes a new instance of the T:FindReplaceCollectorEnvBase class.
If the base environment is not null, it is used for various things, such as obtaining 'outer object' information.
public FindReplaceCollectorEnvBase ( IVwViewConstructor vc, ISilDataAccess sda, int hvoRoot, int frag, IVwPattern vwPattern, IVwSearchKiller searchKiller ) : System
vc IVwViewConstructor The view constructor.
sda ISilDataAccess Date access to get prop values etc.
hvoRoot int The root object to display.
frag int The fragment.
vwPattern IVwPattern The find/replace pattern.
searchKiller IVwSearchKiller Used to interrupt a find/replace
return System

Property Details

m_Pattern protected property

protected IVwPattern m_Pattern
return IVwPattern

m_frag protected property

protected int m_frag
return int

m_searchKiller protected property

protected IVwSearchKiller m_searchKiller
return IVwSearchKiller

m_textSourceInit protected property

protected IVwTxtSrcInit2 m_textSourceInit
return IVwTxtSrcInit2

m_vc protected property

protected IVwViewConstructor m_vc
return IVwViewConstructor