C# Class SIL.FieldWorks.Common.Widgets.TextBoxDataAccess

This is a custom implementation of the ISilDataAccess interface for use by custom Views-enabled text boxes.
Inheritance: SIL.FieldWorks.FDO.Application.SilDataAccessManagedBase
Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
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

Method Details

BeginNonUndoableTask() public method

public BeginNonUndoableTask ( ) : void
return void

BeginUndoTask() public method

public BeginUndoTask ( string bstrUndo, string bstrRedo ) : void
bstrUndo string
bstrRedo string
return void

EndNonUndoableTask() public method

public EndNonUndoableTask ( ) : void
return void

EndUndoTask() public method

public EndUndoTask ( ) : void
return void

SetMultiStringAlt() public method

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

SetString() public method

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

get_IsValidObject() public method

public get_IsValidObject ( int hvo ) : bool
hvo int
return bool

get_MultiStringAlt() public method

public get_MultiStringAlt ( int hvo, int tag, int ws ) : ITsString
hvo int
tag int
ws int
return ITsString

get_StringProp() public method

public get_StringProp ( int hvo, int tag ) : ITsString
hvo int
tag int
return ITsString