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

The current implementation doesn't work for different styles, tags, and WSs that are applied by the VC.
상속: FindCollectorEnv
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
ReverseFindCollectorEnv ( IVwViewConstructor vc, ISilDataAccess sda, int hvoRoot, int frag, IVwPattern vwPattern, IVwSearchKiller searchKiller ) : System

Initializes a new instance of the T:ReverseFindCollectorEnv class.

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

보호된 메소드들

메소드 설명
DoFind ( ITsString tss, int tag ) : void

Does the find.

PassedLimit ( int tag, int testIch ) : bool

Check to see whether we have passed the limit so we can stop searching and not just go on and on endlessly in an infinite loop forever and ever until the user gets fed up and throws the computer out the window.

메소드 상세

DoFind() 보호된 메소드

Does the find.
protected DoFind ( ITsString tss, int tag ) : void
tss ITsString The original string.
tag int Tag
리턴 void

PassedLimit() 보호된 메소드

Check to see whether we have passed the limit so we can stop searching and not just go on and on endlessly in an infinite loop forever and ever until the user gets fed up and throws the computer out the window.
protected PassedLimit ( int tag, int testIch ) : bool
tag int The tag of the property whose string is being searched
testIch int The character offset position being tested. May be -1 if /// no match was found in this string, in which case we treat it as being beyond the /// limit if this string is the string that contains the limit.
리턴 bool

ReverseFindCollectorEnv() 공개 메소드

Initializes a new instance of the T:ReverseFindCollectorEnv class.
If the base environment is not null, it is used for various things, such as obtaining 'outer object' information.
public ReverseFindCollectorEnv ( 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