C# 클래스 SIL.FieldWorks.XWorks.MorphologyEditor.PhEnvStrRepresentationSlice

Summary description for PhEnvStrRepresentationSlice.
상속: SIL.FieldWorks.Common.Framework.DetailControls.ViewPropertySlice
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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