C# 클래스 SIL.FieldWorks.FwCoreDlgs.FindReplaceCollectorEnvBase

Base class for specialized find and replace collector classes
상속: SIL.FieldWorks.Common.RootSites.CollectorEnv
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
m_Pattern IVwPattern
m_frag int
m_searchKiller IVwSearchKiller
m_textSourceInit IVwTxtSrcInit2
m_vc IVwViewConstructor

공개 메소드들

메소드 설명
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.

메소드 상세

FindReplaceCollectorEnvBase() 공개 메소드

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

FindReplaceCollectorEnvBase() 공개 메소드

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
리턴 System

프로퍼티 상세

m_Pattern 보호되어 있는 프로퍼티

protected IVwPattern m_Pattern
리턴 IVwPattern

m_frag 보호되어 있는 프로퍼티

protected int m_frag
리턴 int

m_searchKiller 보호되어 있는 프로퍼티

protected IVwSearchKiller m_searchKiller
리턴 IVwSearchKiller

m_textSourceInit 보호되어 있는 프로퍼티

protected IVwTxtSrcInit2 m_textSourceInit
리턴 IVwTxtSrcInit2

m_vc 보호되어 있는 프로퍼티

protected IVwViewConstructor m_vc
리턴 IVwViewConstructor