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

Summary description for LexEntryTypeConverter.
상속: LexEntryTypeConverters
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
OnSelection ( ) : void

Notify the utility is has been selected in the dlg.

Process ( ) : void

Have the utility do what it does.

보호된 메소드들

메소드 설명
Convert ( IEnumerable itemsToChange ) : void

메소드 상세

Convert() 보호된 메소드

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

OnSelection() 공개 메소드

Notify the utility is has been selected in the dlg.
public OnSelection ( ) : void
리턴 void

Process() 공개 메소드

Have the utility do what it does.
public Process ( ) : void
리턴 void