Méthode | Description | |
---|---|---|
FinishInit ( ) : void |
Therefore this method, called once we have a cache and object, is our first chance to actually create the embedded control.
|
|
OnDisplayInsertEnvironmentBar ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool |
This menu item is turned off if an underscore already exists in the environment string.
|
|
OnDisplayInsertHashMark ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool |
This menu item is on if a slash already exists in the environment.
|
|
OnDisplayInsertNaturalClass ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool |
This menu item is on if a slash already exists in the environment.
|
|
OnDisplayInsertOptionalItem ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool |
This menu item is on if a slash already exists in the environment.
|
|
OnDisplayInsertSlash ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool |
This menu item is turned off if a slash already exists in the environment string.
|
|
OnDisplayShowEnvironmentError ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool |
This menu item is turned off if a slash already exists in the environment string.
|
|
OnInsertEnvironmentBar ( object args ) : bool | ||
OnInsertHashMark ( object args ) : bool | ||
OnInsertNaturalClass ( object args ) : bool | ||
OnInsertOptionalItem ( object args ) : bool | ||
OnInsertSlash ( object args ) : bool | ||
OnShowEnvironmentError ( object args ) : bool | ||
PhEnvStrRepresentationSlice ( ) : System | ||
PhEnvStrRepresentationSlice ( SIL.FieldWorks.FDO.FdoCache cache, string editor, int flid, System node, ICmObject obj, SIL.Utils.StringTable stringTbl, IPersistenceProvider persistenceProvider, int ws ) : System |
We want the persistence provider, and the easiest way to get it is to get all this other stuff we don't need or use.
|
|
PhEnvStrRepresentationSlice ( ICmObject obj ) : System |
public OnDisplayInsertEnvironmentBar ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
Résultat | bool |
public OnDisplayInsertHashMark ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
Résultat | bool |
public OnDisplayInsertNaturalClass ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
Résultat | bool |
public OnDisplayInsertOptionalItem ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
Résultat | bool |
public OnDisplayInsertSlash ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
Résultat | bool |
public OnDisplayShowEnvironmentError ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool | ||
commandObject | object | |
display | XCore.UIItemDisplayProperties | |
Résultat | bool |
public OnInsertEnvironmentBar ( object args ) : bool | ||
args | object | |
Résultat | bool |
public OnInsertHashMark ( object args ) : bool | ||
args | object | |
Résultat | bool |
public OnInsertNaturalClass ( object args ) : bool | ||
args | object | |
Résultat | bool |
public OnInsertOptionalItem ( object args ) : bool | ||
args | object | |
Résultat | bool |
public OnInsertSlash ( object args ) : bool | ||
args | object | |
Résultat | bool |
public OnShowEnvironmentError ( object args ) : bool | ||
args | object | |
Résultat | bool |
public PhEnvStrRepresentationSlice ( ) : System | ||
Résultat | System |
public PhEnvStrRepresentationSlice ( SIL.FieldWorks.FDO.FdoCache cache, string editor, int flid, System node, ICmObject obj, SIL.Utils.StringTable stringTbl, IPersistenceProvider persistenceProvider, int ws ) : System | ||
cache | SIL.FieldWorks.FDO.FdoCache | |
editor | string | |
flid | int | |
node | System | |
obj | ICmObject | |
stringTbl | SIL.Utils.StringTable | |
persistenceProvider | IPersistenceProvider | |
ws | int | |
Résultat | System |
public PhEnvStrRepresentationSlice ( ICmObject obj ) : System | ||
obj | ICmObject | |
Résultat | System |