C# 클래스 SIL.FieldWorks.XWorks.LexEd.LexEntryTypeConverters

상속: IUtility
파일 보기 프로젝트 열기: sillsdev/FieldWorks

보호된 프로퍼티들

프로퍼티 타입 설명
m_cache SIL.FieldWorks.FDO.FdoCache
m_dlg UtilityDlg
m_flid int
m_obj ICmObject

공개 메소드들

메소드 설명
LoadUtilities ( ) : void

Load 0 or more items in the list box.

OnSelection ( ) : void
Process ( ) : void
ToString ( ) : string

Override method to return the Label property.

보호된 메소드들

메소드 설명
Convert ( IEnumerable itemsToChange ) : void
DisableNodes ( TreeNodeCollection nodes, int classId ) : void

비공개 메소드들

메소드 설명
GetChooser ( IEnumerable labels, int classId ) : SIL.FieldWorks.Common.Framework.DetailControls.SimpleListChooser
ShowDialogAndConvert ( int targetClassId ) : void

메소드 상세

Convert() 보호된 추상적인 메소드

protected abstract Convert ( IEnumerable itemsToChange ) : void
itemsToChange IEnumerable
리턴 void

DisableNodes() 보호된 정적인 메소드

protected static DisableNodes ( TreeNodeCollection nodes, int classId ) : void
nodes System.Windows.Forms.TreeNodeCollection
classId int
리턴 void

LoadUtilities() 공개 메소드

Load 0 or more items in the list box.
public LoadUtilities ( ) : void
리턴 void

OnSelection() 공개 추상적인 메소드

public abstract OnSelection ( ) : void
리턴 void

Process() 공개 추상적인 메소드

public abstract Process ( ) : void
리턴 void

ToString() 공개 메소드

Override method to return the Label property.
public ToString ( ) : string
리턴 string

프로퍼티 상세

m_cache 보호되어 있는 프로퍼티

protected FdoCache,SIL.FieldWorks.FDO m_cache
리턴 SIL.FieldWorks.FDO.FdoCache

m_dlg 보호되어 있는 프로퍼티

protected UtilityDlg m_dlg
리턴 UtilityDlg

m_flid 보호되어 있는 프로퍼티

protected int m_flid
리턴 int

m_obj 보호되어 있는 프로퍼티

protected ICmObject m_obj
리턴 ICmObject