Method | Description | |
---|---|---|
Doit ( int hvo ) : void |
This is very like the base Doit, but we can save a duplicate pattern search by calling the BASE version of OkToChange rather than our own version, which tests for at least one match. We DO need to call the base version, e.g., so we don't change wordforms which shouldn't change because they are in use.
|
|
ReplaceWithMethod ( SIL.FieldWorks.FDO.FdoCache cache, ISilDataAccessManaged sda, |
Method | Description | |
---|---|---|
NewValue ( int hvo ) : ITsString |
Actually produce the replacement string.
|
|
OkToChange ( int hvo ) : bool |
We can do a replace if the pattern matches.
|
public ReplaceWithMethod ( SIL.FieldWorks.FDO.FdoCache cache, ISilDataAccessManaged sda, |
||
cache | SIL.FieldWorks.FDO.FdoCache | |
sda | ISilDataAccessManaged | |
accessor | ||
spec | ||
pattern | IVwPattern | |
replacement | ITsString | |
return | System |