Property | Type | Description | |
---|---|---|---|
GetItemSelectedValue | int | ||
XMLViewsDataCache | System |
Method | Description | |
---|---|---|
CacheMultiString ( int hvo, int tag, int ws, ITsString val ) : void |
Store a value, without generating PropChanged calls.
|
|
RemoveMultiBaseStrings ( int hvo, int tag ) : void |
Remove any ktagAlternateValueMultiBase values for this hvo
|
|
SetInt ( int hvo, int tag, int n ) : void |
Override to support fake integer properties.
|
|
SetMultiStringAlt ( int hvo, int tag, int ws, ITsString tss ) : void |
Override to handle props in the tagEditColumn range. We also handle the virtual property LexEntry.ReversalEntriesBulkText in a special way. (See FWR-376.)
|
|
SetString ( int hvo, int tag, ITsString _tss ) : void |
Override to handle ktagAlternateValue.
|
|
XMLViewsDataCache ( ISilDataAccessManaged domainDataByFlid, bool defaultSelected, int>.Dictionary |
The main constructor.
|
|
get_IntProp ( int hvo, int tag ) : int |
Override to support fake integer properties.
|
|
get_IsPropInCache ( int hvo, int tag, int cpt, int ws ) : bool |
Override to support some fake flids.
|
|
get_MultiStringAlt ( int hvo, int tag, int ws ) : ITsString |
We understand how to get a multistring for any hvo in the tagEditColumn range. We also handle the virtual property LexEntry.ReversalEntriesBulkText in a special way. (See FWR-376.)
|
|
get_ObjectProp ( int hvo, int tag ) : int |
Override to work with fake flids.
|
|
get_StringProp ( int hvo, int tag ) : ITsString |
Override to handle ktagAlternateValue.
|
|
get_VecSize ( int hvo, int tag ) : int |
Override to work with fake flid.
|
Method | Description | |
---|---|---|
GetItemSelectedValue ( int hvo ) : int | ||
XMLViewsDataCache ( ISilDataAccessManaged domainDataByFlid, |
Simpler constructor supplies default args
|
public CacheMultiString ( int hvo, int tag, int ws, ITsString val ) : void | ||
hvo | int | |
tag | int | |
ws | int | |
val | ITsString | |
return | void |
public RemoveMultiBaseStrings ( int hvo, int tag ) : void | ||
hvo | int | |
tag | int | |
return | void |
public SetInt ( int hvo, int tag, int n ) : void | ||
hvo | int | |
tag | int | |
n | int | |
return | void |
public SetMultiStringAlt ( int hvo, int tag, int ws, ITsString tss ) : void | ||
hvo | int | |
tag | int | |
ws | int | |
tss | ITsString | |
return | void |
public SetString ( int hvo, int tag, ITsString _tss ) : void | ||
hvo | int | |
tag | int | |
_tss | ITsString | |
return | void |
public XMLViewsDataCache ( ISilDataAccessManaged domainDataByFlid, bool defaultSelected, int>.Dictionary |
||
domainDataByFlid | ISilDataAccessManaged | |
defaultSelected | bool | |
selectedItems | int>.Dictionary | |
return | System |
public get_IntProp ( int hvo, int tag ) : int | ||
hvo | int | |
tag | int | |
return | int |
public get_IsPropInCache ( int hvo, int tag, int cpt, int ws ) : bool | ||
hvo | int | |
tag | int | |
cpt | int | |
ws | int | |
return | bool |
public get_MultiStringAlt ( int hvo, int tag, int ws ) : ITsString | ||
hvo | int | |
tag | int | |
ws | int | |
return | ITsString |
public get_ObjectProp ( int hvo, int tag ) : int | ||
hvo | int | |
tag | int | |
return | int |
public get_StringProp ( int hvo, int tag ) : ITsString | ||
hvo | int | |
tag | int | |
return | ITsString |
public get_VecSize ( int hvo, int tag ) : int | ||
hvo | int | |
tag | int | |
return | int |