C# Class SIL.FieldWorks.Common.RootSites.SimpleRootSiteTests.DummyDataAccess

Inheritance: ISilDataAccess
Show file Open project: sillsdev/FieldWorks

Public Methods

Method Description
AddNotification ( IVwNotifyChange _nchng ) : void
BeginNonUndoableTask ( ) : void
BeginUndoTask ( string bstrUndo, string bstrRedo ) : void
BinaryPropRgb ( int obj, int tag, SIL.FieldWorks.Common.COMInterfaces.ArrayPtr _rgb, int cbMax, int &_cb ) : void
BreakUndoTask ( string bstrUndo, string bstrRedo ) : void
ClearDirty ( ) : void
ContinueUndoTask ( ) : void
DeleteObj ( int hvoObj ) : void
DeleteObjOwner ( int hvoOwner, int hvoObj, int tag, int ihvo ) : void
EndNonUndoableTask ( ) : void
EndOuterUndoTask ( ) : void
EndUndoTask ( ) : void
GetActionHandler ( ) : IActionHandler
GetDisplayIndex ( int hvoOwn, int tag, int ihvo ) : int
GetObjIndex ( int hvoOwn, int flid, int hvo ) : int
GetOutlineNumber ( int hvo, int flid, bool fFinPer ) : string
GetRelExtra ( int hvoSrc, int tag, int ihvo ) : string
InsertNew ( int hvoObj, int tag, int ihvo, int chvo, IVwStylesheet _ss ) : void
InsertRelExtra ( int hvoSrc, int tag, int ihvo, int hvoDst, string bstrExtra ) : void
IsDirty ( ) : bool
MakeNewObject ( int clid, int hvoOwner, int tag, int ord ) : int
MoveOwn ( int hvoSrcOwner, int tagSrc, int hvo, int hvoDstOwner, int tagDst, int ihvoDstStart ) : void
MoveOwnSeq ( int hvoSrcOwner, int tagSrc, int ihvoStart, int ihvoEnd, int hvoDstOwner, int tagDst, int ihvoDstStart ) : void
MoveString ( int hvoSource, int flidSrc, int wsSrc, int ichMin, int ichLim, int hvoDst, int flidDst, int wsDst, int ichDest, bool fDstIsNew ) : void
PropChanged ( IVwNotifyChange _nchng, int _ct, int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
RemoveNotification ( IVwNotifyChange _nchng ) : void
RemoveObjRefs ( int hvo ) : void
Replace ( int hvoObj, int tag, int ihvoMin, int ihvoLim, int _rghvo, int chvo ) : void
Rollback ( ) : void
SetActionHandler ( IActionHandler _acth ) : void
SetBinary ( int hvo, int tag, byte _rgb, int cb ) : void
SetBoolean ( int hvo, int tag, bool n ) : void
SetGuid ( int hvo, int tag, Guid uid ) : void
SetInt ( int hvo, int tag, int n ) : void
SetInt64 ( int hvo, int tag, long lln ) : void
SetMultiStringAlt ( int hvo, int tag, int ws, ITsString _tss ) : void
SetObjProp ( int hvo, int tag, int hvoObj ) : void
SetString ( int hvo, int tag, ITsString _tss ) : void
SetTime ( int hvo, int tag, long lln ) : void
SetUnicode ( int hvo, int tag, string _rgch, int cch ) : void
SetUnknown ( int hvo, int tag, object _unk ) : void
UnicodePropRgch ( int obj, int tag, ArrayPtr _rgch, int cchMax, int &_cch ) : void
UpdateRelExtra ( int hvoSrc, int tag, int ihvo, string bstrExtra ) : void
VecProp ( int hvo, int tag, int chvoMax, int &_chvo, ArrayPtr _rghvo ) : void
get_BooleanProp ( int hvo, int tag ) : bool
get_GuidProp ( int hvo, int tag ) : Guid
get_Int64Prop ( int hvo, int tag ) : long
get_IntProp ( int hvo, int tag ) : int
get_IsDummyId ( int hvo ) : bool
get_IsPropInCache ( int hvo, int tag, int cpt, int ws ) : bool
get_IsValidObject ( int hvo ) : bool
get_MultiStringAlt ( int hvo, int tag, int ws ) : ITsString
get_MultiStringProp ( int hvo, int tag ) : ITsMultiString
get_ObjFromGuid ( Guid uid ) : int
get_ObjectProp ( int hvo, int tag ) : int
get_Prop ( int hvo, int tag ) : object
get_StringProp ( int hvo, int tag ) : ITsString
get_TimeProp ( int hvo, int tag ) : long
get_UnicodeProp ( int obj, int tag ) : string
get_UnknownProp ( int hvo, int tag ) : object
get_VecItem ( int hvo, int tag, int index ) : int
get_VecSize ( int hvo, int tag ) : int
get_VecSizeAssumeCached ( int hvo, int tag ) : int
get_WritingSystemsOfInterest ( int cwsMax, ArrayPtr _ws ) : int
set_UnicodeProp ( int obj, int tag, string bstr ) : void

Method Details

AddNotification() public method

public AddNotification ( IVwNotifyChange _nchng ) : void
_nchng IVwNotifyChange
return void

BeginNonUndoableTask() public method

public BeginNonUndoableTask ( ) : void
return void

BeginUndoTask() public method

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

BinaryPropRgb() public method

public BinaryPropRgb ( int obj, int tag, SIL.FieldWorks.Common.COMInterfaces.ArrayPtr _rgb, int cbMax, int &_cb ) : void
obj int
tag int
_rgb SIL.FieldWorks.Common.COMInterfaces.ArrayPtr
cbMax int
_cb int
return void

BreakUndoTask() public method

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

ClearDirty() public method

public ClearDirty ( ) : void
return void

ContinueUndoTask() public method

public ContinueUndoTask ( ) : void
return void

DeleteObj() public method

public DeleteObj ( int hvoObj ) : void
hvoObj int
return void

DeleteObjOwner() public method

public DeleteObjOwner ( int hvoOwner, int hvoObj, int tag, int ihvo ) : void
hvoOwner int
hvoObj int
tag int
ihvo int
return void

EndNonUndoableTask() public method

public EndNonUndoableTask ( ) : void
return void

EndOuterUndoTask() public method

public EndOuterUndoTask ( ) : void
return void

EndUndoTask() public method

public EndUndoTask ( ) : void
return void

GetActionHandler() public method

public GetActionHandler ( ) : IActionHandler
return IActionHandler

GetDisplayIndex() public method

public GetDisplayIndex ( int hvoOwn, int tag, int ihvo ) : int
hvoOwn int
tag int
ihvo int
return int

GetObjIndex() public method

public GetObjIndex ( int hvoOwn, int flid, int hvo ) : int
hvoOwn int
flid int
hvo int
return int

GetOutlineNumber() public method

public GetOutlineNumber ( int hvo, int flid, bool fFinPer ) : string
hvo int
flid int
fFinPer bool
return string

GetRelExtra() public method

public GetRelExtra ( int hvoSrc, int tag, int ihvo ) : string
hvoSrc int
tag int
ihvo int
return string

InsertNew() public method

public InsertNew ( int hvoObj, int tag, int ihvo, int chvo, IVwStylesheet _ss ) : void
hvoObj int
tag int
ihvo int
chvo int
_ss IVwStylesheet
return void

InsertRelExtra() public method

public InsertRelExtra ( int hvoSrc, int tag, int ihvo, int hvoDst, string bstrExtra ) : void
hvoSrc int
tag int
ihvo int
hvoDst int
bstrExtra string
return void

IsDirty() public method

public IsDirty ( ) : bool
return bool

MakeNewObject() public method

public MakeNewObject ( int clid, int hvoOwner, int tag, int ord ) : int
clid int
hvoOwner int
tag int
ord int
return int

MoveOwn() public method

public MoveOwn ( int hvoSrcOwner, int tagSrc, int hvo, int hvoDstOwner, int tagDst, int ihvoDstStart ) : void
hvoSrcOwner int
tagSrc int
hvo int
hvoDstOwner int
tagDst int
ihvoDstStart int
return void

MoveOwnSeq() public method

public MoveOwnSeq ( int hvoSrcOwner, int tagSrc, int ihvoStart, int ihvoEnd, int hvoDstOwner, int tagDst, int ihvoDstStart ) : void
hvoSrcOwner int
tagSrc int
ihvoStart int
ihvoEnd int
hvoDstOwner int
tagDst int
ihvoDstStart int
return void

MoveString() public method

public MoveString ( int hvoSource, int flidSrc, int wsSrc, int ichMin, int ichLim, int hvoDst, int flidDst, int wsDst, int ichDest, bool fDstIsNew ) : void
hvoSource int
flidSrc int
wsSrc int
ichMin int
ichLim int
hvoDst int
flidDst int
wsDst int
ichDest int
fDstIsNew bool
return void

PropChanged() public method

public PropChanged ( IVwNotifyChange _nchng, int _ct, int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
_nchng IVwNotifyChange
_ct int
hvo int
tag int
ivMin int
cvIns int
cvDel int
return void

RemoveNotification() public method

public RemoveNotification ( IVwNotifyChange _nchng ) : void
_nchng IVwNotifyChange
return void

RemoveObjRefs() public method

public RemoveObjRefs ( int hvo ) : void
hvo int
return void

Replace() public method

public Replace ( int hvoObj, int tag, int ihvoMin, int ihvoLim, int _rghvo, int chvo ) : void
hvoObj int
tag int
ihvoMin int
ihvoLim int
_rghvo int
chvo int
return void

Rollback() public method

public Rollback ( ) : void
return void

SetActionHandler() public method

public SetActionHandler ( IActionHandler _acth ) : void
_acth IActionHandler
return void

SetBinary() public method

public SetBinary ( int hvo, int tag, byte _rgb, int cb ) : void
hvo int
tag int
_rgb byte
cb int
return void

SetBoolean() public method

public SetBoolean ( int hvo, int tag, bool n ) : void
hvo int
tag int
n bool
return void

SetGuid() public method

public SetGuid ( int hvo, int tag, Guid uid ) : void
hvo int
tag int
uid Guid
return void

SetInt() public method

public SetInt ( int hvo, int tag, int n ) : void
hvo int
tag int
n int
return void

SetInt64() public method

public SetInt64 ( int hvo, int tag, long lln ) : void
hvo int
tag int
lln long
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

SetObjProp() public method

public SetObjProp ( int hvo, int tag, int hvoObj ) : void
hvo int
tag int
hvoObj int
return void

SetString() public method

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

SetTime() public method

public SetTime ( int hvo, int tag, long lln ) : void
hvo int
tag int
lln long
return void

SetUnicode() public method

public SetUnicode ( int hvo, int tag, string _rgch, int cch ) : void
hvo int
tag int
_rgch string
cch int
return void

SetUnknown() public method

public SetUnknown ( int hvo, int tag, object _unk ) : void
hvo int
tag int
_unk object
return void

UnicodePropRgch() public method

public UnicodePropRgch ( int obj, int tag, ArrayPtr _rgch, int cchMax, int &_cch ) : void
obj int
tag int
_rgch ArrayPtr
cchMax int
_cch int
return void

UpdateRelExtra() public method

public UpdateRelExtra ( int hvoSrc, int tag, int ihvo, string bstrExtra ) : void
hvoSrc int
tag int
ihvo int
bstrExtra string
return void

VecProp() public method

public VecProp ( int hvo, int tag, int chvoMax, int &_chvo, ArrayPtr _rghvo ) : void
hvo int
tag int
chvoMax int
_chvo int
_rghvo ArrayPtr
return void

get_BooleanProp() public method

public get_BooleanProp ( int hvo, int tag ) : bool
hvo int
tag int
return bool

get_GuidProp() public method

public get_GuidProp ( int hvo, int tag ) : Guid
hvo int
tag int
return Guid

get_Int64Prop() public method

public get_Int64Prop ( int hvo, int tag ) : long
hvo int
tag int
return long

get_IntProp() public method

public get_IntProp ( int hvo, int tag ) : int
hvo int
tag int
return int

get_IsDummyId() public method

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

get_IsPropInCache() public method

public get_IsPropInCache ( int hvo, int tag, int cpt, int ws ) : bool
hvo int
tag int
cpt int
ws int
return bool

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_MultiStringProp() public method

public get_MultiStringProp ( int hvo, int tag ) : ITsMultiString
hvo int
tag int
return ITsMultiString

get_ObjFromGuid() public method

public get_ObjFromGuid ( Guid uid ) : int
uid Guid
return int

get_ObjectProp() public method

public get_ObjectProp ( int hvo, int tag ) : int
hvo int
tag int
return int

get_Prop() public method

public get_Prop ( int hvo, int tag ) : object
hvo int
tag int
return object

get_StringProp() public method

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

get_TimeProp() public method

public get_TimeProp ( int hvo, int tag ) : long
hvo int
tag int
return long

get_UnicodeProp() public method

public get_UnicodeProp ( int obj, int tag ) : string
obj int
tag int
return string

get_UnknownProp() public method

public get_UnknownProp ( int hvo, int tag ) : object
hvo int
tag int
return object

get_VecItem() public method

public get_VecItem ( int hvo, int tag, int index ) : int
hvo int
tag int
index int
return int

get_VecSize() public method

public get_VecSize ( int hvo, int tag ) : int
hvo int
tag int
return int

get_VecSizeAssumeCached() public method

public get_VecSizeAssumeCached ( int hvo, int tag ) : int
hvo int
tag int
return int

get_WritingSystemsOfInterest() public method

public get_WritingSystemsOfInterest ( int cwsMax, ArrayPtr _ws ) : int
cwsMax int
_ws ArrayPtr
return int

set_UnicodeProp() public method

public set_UnicodeProp ( int obj, int tag, string bstr ) : void
obj int
tag int
bstr string
return void