C# Класс SIL.FieldWorks.XWorks.MorphologyEditor.PhEnvStrRepresentationSlice

Summary description for PhEnvStrRepresentationSlice.
Наследование: SIL.FieldWorks.Common.Framework.DetailControls.ViewPropertySlice
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

FinishInit() публичный Метод

Therefore this method, called once we have a cache and object, is our first chance to actually create the embedded control.
public FinishInit ( ) : void
Результат void

OnDisplayInsertEnvironmentBar() публичный Метод

This menu item is turned off if an underscore already exists in the environment string.
public OnDisplayInsertEnvironmentBar ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
Результат bool

OnDisplayInsertHashMark() публичный Метод

This menu item is on if a slash already exists in the environment.
public OnDisplayInsertHashMark ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
Результат bool

OnDisplayInsertNaturalClass() публичный Метод

This menu item is on if a slash already exists in the environment.
public OnDisplayInsertNaturalClass ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
Результат bool

OnDisplayInsertOptionalItem() публичный Метод

This menu item is on if a slash already exists in the environment.
public OnDisplayInsertOptionalItem ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
Результат bool

OnDisplayInsertSlash() публичный Метод

This menu item is turned off if a slash already exists in the environment string.
public OnDisplayInsertSlash ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
Результат bool

OnDisplayShowEnvironmentError() публичный Метод

This menu item is turned off if a slash already exists in the environment string.
public OnDisplayShowEnvironmentError ( object commandObject, XCore.UIItemDisplayProperties &display ) : bool
commandObject object
display XCore.UIItemDisplayProperties
Результат bool

OnInsertEnvironmentBar() публичный Метод

public OnInsertEnvironmentBar ( object args ) : bool
args object
Результат bool

OnInsertHashMark() публичный Метод

public OnInsertHashMark ( object args ) : bool
args object
Результат bool

OnInsertNaturalClass() публичный Метод

public OnInsertNaturalClass ( object args ) : bool
args object
Результат bool

OnInsertOptionalItem() публичный Метод

public OnInsertOptionalItem ( object args ) : bool
args object
Результат bool

OnInsertSlash() публичный Метод

public OnInsertSlash ( object args ) : bool
args object
Результат bool

OnShowEnvironmentError() публичный Метод

public OnShowEnvironmentError ( object args ) : bool
args object
Результат bool

PhEnvStrRepresentationSlice() публичный Метод

public PhEnvStrRepresentationSlice ( ) : System
Результат System

PhEnvStrRepresentationSlice() публичный Метод

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.
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
Результат System

PhEnvStrRepresentationSlice() публичный Метод

public PhEnvStrRepresentationSlice ( ICmObject obj ) : System
obj ICmObject
Результат System