Property | Type | Description | |
---|---|---|---|
m_accessor |
Method | Description | |
---|---|---|
DoItMethod ( SIL.FieldWorks.FDO.FdoCache cache, ISilDataAccessManaged sda, |
||
Doit ( IEnumerable |
||
Doit ( int hvo ) : void |
Make the change. Usually you can just override NewValue and/or OkToChange.
|
|
FakeDoit ( IEnumerable |
Fake doing the change by setting the specified property to the appropriate value for each item in the set. Disable items that can't be set.
|
Method | Description | |
---|---|---|
NewValue ( int hvo ) : ITsString | ||
OkToChange ( int hvo ) : bool | ||
OldValue ( int hvo ) : ITsString |
Get the old value, assuming it is some kind of string property
|
|
SetNewValue ( int hvoItem, ITsString tss ) : void |
Method | Description | |
---|---|---|
IsMultilingual ( int flid ) : bool | ||
IsMultilingual ( int flid, IFwMetaDataCache mdc ) : bool |
public DoItMethod ( SIL.FieldWorks.FDO.FdoCache cache, ISilDataAccessManaged sda, |
||
cache | SIL.FieldWorks.FDO.FdoCache | |
sda | ISilDataAccessManaged | |
accessor | ||
spec | ||
return | System |
public Doit ( IEnumerable |
||
itemsToChange | IEnumerable |
|
state | SIL.FieldWorks.Common.Controls.ProgressState | |
return | void |
public FakeDoit ( IEnumerable |
||
itemsToChange | IEnumerable |
The items to change. |
tagFakeFlid | int | The tag fake flid. |
tagEnable | int | The tag enable. |
state | SIL.FieldWorks.Common.Controls.ProgressState | The state. |
return | void |
protected abstract NewValue ( int hvo ) : ITsString | ||
hvo | int | |
return | ITsString |
protected SetNewValue ( int hvoItem, ITsString tss ) : void | ||
hvoItem | int | |
tss | ITsString | |
return | void |