Property | Type | Description | |
---|---|---|---|
m_cache | SIL.FieldWorks.FDO.FdoCache | ||
m_flid | int | ||
m_hvoList | int | ||
m_launcher | |||
m_mediator | XCore.Mediator |
Property | Type | Description | |
---|---|---|---|
BuildValueString | ITsString |
Method | Description | |
---|---|---|
ComplexListChooserBEditControl ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, |
||
ComplexListChooserBEditControl ( int flid, int hvoList, string displayNameProperty, string fieldName, string displayWs, SIL.FieldWorks.Common.Controls.GhostParentHelper gph ) : System | ||
DoIt ( IEnumerable |
||
FakeDoit ( IEnumerable |
||
MakeSuggestions ( IEnumerable |
Tells SemanticDomainChooserBEditControl to make suggestions and then call FakeDoIt
|
|
Right ( string original, int numberCharacters ) : string |
C# equivalent of the VB RIGHT function
|
|
SetClearField ( ) : void |
And does it by setting the list to empty and using overwrite mode.
|
Method | Description | |
---|---|---|
CanActuallyComputeValuesFor ( int hvoItem, int &hvoReal ) : bool | ||
ComputeValue ( List |
||
DisableItem ( int hvoItem ) : bool |
subclasses may override to determine if this hvoItem should be excluded. Basically a kludge to avoid the hassle of trying to figure a way to generate separate lists for variants/complex entry types since they target the same ListItemsClass (LexEntryRef). Currently EntriesOrChildClassesRecordList can only determine which virtual property to load based upon the target ListItemsClass (not a flid). And since we typically don't want the user to change variant types for complex entry refs (or vice-versa), we need some way to filter out items in the list based upon the selected column.
|
|
EnableButtonsIfChangesWaiting ( ) : void | ||
GetOldVals ( int hvoReal ) : List |
||
GetRealHvo ( int hvoItem ) : int | ||
m_launcher_Click ( object sender, |
Method | Description | |
---|---|---|
BuildValueString ( IEnumerable |
protected CanActuallyComputeValuesFor ( int hvoItem, int &hvoReal ) : bool | ||
hvoItem | int | |
hvoReal | int | |
return | bool |
public ComplexListChooserBEditControl ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, |
||
cache | SIL.FieldWorks.FDO.FdoCache | |
mediator | XCore.Mediator | |
colSpec | ||
return | System |
public ComplexListChooserBEditControl ( int flid, int hvoList, string displayNameProperty, string fieldName, string displayWs, SIL.FieldWorks.Common.Controls.GhostParentHelper gph ) : System | ||
flid | int | |
hvoList | int | |
displayNameProperty | string | |
fieldName | string | |
displayWs | string | |
gph | SIL.FieldWorks.Common.Controls.GhostParentHelper | |
return | System |
protected ComputeValue ( List |
||
chosenObjs | List |
|
hvoItem | int | |
oldVals | List |
|
newVal | List |
|
return | void |
public DoIt ( IEnumerable |
||
itemsToChange | IEnumerable |
|
state | SIL.FieldWorks.Common.Controls.ProgressState | |
return | void |
protected EnableButtonsIfChangesWaiting ( ) : void | ||
return | void |
public FakeDoit ( IEnumerable |
||
itemsToChange | IEnumerable |
|
tagFakeFlid | int | |
tagEnabled | int | |
state | SIL.FieldWorks.Common.Controls.ProgressState | |
return | void |
public MakeSuggestions ( IEnumerable |
||
itemsToChange | IEnumerable |
|
tagFakeFlid | int | |
tagEnabled | int | |
state | SIL.FieldWorks.Common.Controls.ProgressState | |
return | void |
public Right ( string original, int numberCharacters ) : string | ||
original | string | |
numberCharacters | int | |
return | string |
protected m_launcher_Click ( object sender, |
||
sender | object | |
e | ||
return | void |
protected FdoCache,SIL.FieldWorks.FDO m_cache | ||
return | SIL.FieldWorks.FDO.FdoCache |
protected Button,System.Windows.Forms m_launcher | ||
return |