C# 클래스 SIL.FieldWorks.Common.Widgets.TextBoxDataAccess

This is a custom implementation of the ISilDataAccess interface for use by custom Views-enabled text boxes.
상속: SIL.FieldWorks.FDO.Application.SilDataAccessManagedBase
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
BeginNonUndoableTask ( ) : void
BeginUndoTask ( string bstrUndo, string bstrRedo ) : void
EndNonUndoableTask ( ) : void
EndUndoTask ( ) : void
SetMultiStringAlt ( int hvo, int tag, int ws, ITsString _tss ) : void
SetString ( int hvo, int tag, ITsString _tss ) : void
get_IsValidObject ( int hvo ) : bool
get_MultiStringAlt ( int hvo, int tag, int ws ) : ITsString
get_StringProp ( int hvo, int tag ) : ITsString

메소드 상세

BeginNonUndoableTask() 공개 메소드

public BeginNonUndoableTask ( ) : void
리턴 void

BeginUndoTask() 공개 메소드

public BeginUndoTask ( string bstrUndo, string bstrRedo ) : void
bstrUndo string
bstrRedo string
리턴 void

EndNonUndoableTask() 공개 메소드

public EndNonUndoableTask ( ) : void
리턴 void

EndUndoTask() 공개 메소드

public EndUndoTask ( ) : void
리턴 void

SetMultiStringAlt() 공개 메소드

public SetMultiStringAlt ( int hvo, int tag, int ws, ITsString _tss ) : void
hvo int
tag int
ws int
_tss ITsString
리턴 void

SetString() 공개 메소드

public SetString ( int hvo, int tag, ITsString _tss ) : void
hvo int
tag int
_tss ITsString
리턴 void

get_IsValidObject() 공개 메소드

public get_IsValidObject ( int hvo ) : bool
hvo int
리턴 bool

get_MultiStringAlt() 공개 메소드

public get_MultiStringAlt ( int hvo, int tag, int ws ) : ITsString
hvo int
tag int
ws int
리턴 ITsString

get_StringProp() 공개 메소드

public get_StringProp ( int hvo, int tag ) : ITsString
hvo int
tag int
리턴 ITsString