Property | Type | Description | |
---|---|---|---|
m_cache | SIL.FieldWorks.FDO.FdoCache | ||
m_ghostParentHelper | SIL.FieldWorks.Common.Controls.GhostParentHelper | ||
m_mediator | XCore.Mediator | ||
m_sda |
Method | Description | |
---|---|---|
DoIt ( IEnumerable |
||
FakeDoit ( IEnumerable |
||
InitForGhostItems ( SIL.FieldWorks.FDO.FdoCache cache, |
||
MakeSuggestions ( IEnumerable |
Used by SemanticDomainChooserBEditControl to make suggestions and then call FakeDoIt
|
|
SetClearField ( ) : void |
Method | Description | |
---|---|---|
OnValueChanged ( object sender, FwObjectSelectionEventArgs args ) : void | ||
TryGetOriginalListValue ( ISilDataAccess sda, int hvoItem, int &value ) : bool |
It's possible that hvoItem will be an owner of a ghost (ie. an absent source object for m_flidAtomicProp). In that case, the cache should return 0.
|
|
UpdateListItemToNewValue ( ISilDataAccess sda, int hvoItem, int newVal, int oldVal ) : void |
public DoIt ( IEnumerable |
||
itemsToChange | IEnumerable |
|
state | SIL.FieldWorks.Common.Controls.ProgressState | |
return | void |
public FakeDoit ( IEnumerable |
||
itemsToChange | IEnumerable |
|
tagFakeFlid | int | |
tagEnabled | int | |
state | SIL.FieldWorks.Common.Controls.ProgressState | |
return | void |
public InitForGhostItems ( SIL.FieldWorks.FDO.FdoCache cache, |
||
cache | SIL.FieldWorks.FDO.FdoCache | |
colSpec | ||
return | void |
public MakeSuggestions ( IEnumerable |
||
itemsToChange | IEnumerable |
|
tagFakeFlid | int | |
tagEnabled | int | |
state | SIL.FieldWorks.Common.Controls.ProgressState | |
return | void |
protected OnValueChanged ( object sender, FwObjectSelectionEventArgs args ) : void | ||
sender | object | |
args | FwObjectSelectionEventArgs | |
return | void |
protected TryGetOriginalListValue ( ISilDataAccess sda, int hvoItem, int &value ) : bool | ||
sda | ISilDataAccess | |
hvoItem | int | |
value | int | the original list value, if we could get at one. |
return | bool |
protected UpdateListItemToNewValue ( ISilDataAccess sda, int hvoItem, int newVal, int oldVal ) : void | ||
sda | ISilDataAccess | |
hvoItem | int | |
newVal | int | |
oldVal | int | |
return | void |
protected FdoCache,SIL.FieldWorks.FDO m_cache | ||
return | SIL.FieldWorks.FDO.FdoCache |
protected GhostParentHelper,SIL.FieldWorks.Common.Controls m_ghostParentHelper | ||
return | SIL.FieldWorks.Common.Controls.GhostParentHelper |