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

Inheritance: ISilDataAccess
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode 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 méthode

public AddNotification ( IVwNotifyChange _nchng ) : void
_nchng IVwNotifyChange
Résultat void

BeginNonUndoableTask() public méthode

public BeginNonUndoableTask ( ) : void
Résultat void

BeginUndoTask() public méthode

public BeginUndoTask ( string bstrUndo, string bstrRedo ) : void
bstrUndo string
bstrRedo string
Résultat void

BinaryPropRgb() public méthode

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
Résultat void

BreakUndoTask() public méthode

public BreakUndoTask ( string bstrUndo, string bstrRedo ) : void
bstrUndo string
bstrRedo string
Résultat void

ClearDirty() public méthode

public ClearDirty ( ) : void
Résultat void

ContinueUndoTask() public méthode

public ContinueUndoTask ( ) : void
Résultat void

DeleteObj() public méthode

public DeleteObj ( int hvoObj ) : void
hvoObj int
Résultat void

DeleteObjOwner() public méthode

public DeleteObjOwner ( int hvoOwner, int hvoObj, int tag, int ihvo ) : void
hvoOwner int
hvoObj int
tag int
ihvo int
Résultat void

EndNonUndoableTask() public méthode

public EndNonUndoableTask ( ) : void
Résultat void

EndOuterUndoTask() public méthode

public EndOuterUndoTask ( ) : void
Résultat void

EndUndoTask() public méthode

public EndUndoTask ( ) : void
Résultat void

GetActionHandler() public méthode

public GetActionHandler ( ) : IActionHandler
Résultat IActionHandler

GetDisplayIndex() public méthode

public GetDisplayIndex ( int hvoOwn, int tag, int ihvo ) : int
hvoOwn int
tag int
ihvo int
Résultat int

GetObjIndex() public méthode

public GetObjIndex ( int hvoOwn, int flid, int hvo ) : int
hvoOwn int
flid int
hvo int
Résultat int

GetOutlineNumber() public méthode

public GetOutlineNumber ( int hvo, int flid, bool fFinPer ) : string
hvo int
flid int
fFinPer bool
Résultat string

GetRelExtra() public méthode

public GetRelExtra ( int hvoSrc, int tag, int ihvo ) : string
hvoSrc int
tag int
ihvo int
Résultat string

InsertNew() public méthode

public InsertNew ( int hvoObj, int tag, int ihvo, int chvo, IVwStylesheet _ss ) : void
hvoObj int
tag int
ihvo int
chvo int
_ss IVwStylesheet
Résultat void

InsertRelExtra() public méthode

public InsertRelExtra ( int hvoSrc, int tag, int ihvo, int hvoDst, string bstrExtra ) : void
hvoSrc int
tag int
ihvo int
hvoDst int
bstrExtra string
Résultat void

IsDirty() public méthode

public IsDirty ( ) : bool
Résultat bool

MakeNewObject() public méthode

public MakeNewObject ( int clid, int hvoOwner, int tag, int ord ) : int
clid int
hvoOwner int
tag int
ord int
Résultat int

MoveOwn() public méthode

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
Résultat void

MoveOwnSeq() public méthode

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
Résultat void

MoveString() public méthode

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
Résultat void

PropChanged() public méthode

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
Résultat void

RemoveNotification() public méthode

public RemoveNotification ( IVwNotifyChange _nchng ) : void
_nchng IVwNotifyChange
Résultat void

RemoveObjRefs() public méthode

public RemoveObjRefs ( int hvo ) : void
hvo int
Résultat void

Replace() public méthode

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
Résultat void

Rollback() public méthode

public Rollback ( ) : void
Résultat void

SetActionHandler() public méthode

public SetActionHandler ( IActionHandler _acth ) : void
_acth IActionHandler
Résultat void

SetBinary() public méthode

public SetBinary ( int hvo, int tag, byte _rgb, int cb ) : void
hvo int
tag int
_rgb byte
cb int
Résultat void

SetBoolean() public méthode

public SetBoolean ( int hvo, int tag, bool n ) : void
hvo int
tag int
n bool
Résultat void

SetGuid() public méthode

public SetGuid ( int hvo, int tag, Guid uid ) : void
hvo int
tag int
uid Guid
Résultat void

SetInt() public méthode

public SetInt ( int hvo, int tag, int n ) : void
hvo int
tag int
n int
Résultat void

SetInt64() public méthode

public SetInt64 ( int hvo, int tag, long lln ) : void
hvo int
tag int
lln long
Résultat void

SetMultiStringAlt() public méthode

public SetMultiStringAlt ( int hvo, int tag, int ws, ITsString _tss ) : void
hvo int
tag int
ws int
_tss ITsString
Résultat void

SetObjProp() public méthode

public SetObjProp ( int hvo, int tag, int hvoObj ) : void
hvo int
tag int
hvoObj int
Résultat void

SetString() public méthode

public SetString ( int hvo, int tag, ITsString _tss ) : void
hvo int
tag int
_tss ITsString
Résultat void

SetTime() public méthode

public SetTime ( int hvo, int tag, long lln ) : void
hvo int
tag int
lln long
Résultat void

SetUnicode() public méthode

public SetUnicode ( int hvo, int tag, string _rgch, int cch ) : void
hvo int
tag int
_rgch string
cch int
Résultat void

SetUnknown() public méthode

public SetUnknown ( int hvo, int tag, object _unk ) : void
hvo int
tag int
_unk object
Résultat void

UnicodePropRgch() public méthode

public UnicodePropRgch ( int obj, int tag, ArrayPtr _rgch, int cchMax, int &_cch ) : void
obj int
tag int
_rgch ArrayPtr
cchMax int
_cch int
Résultat void

UpdateRelExtra() public méthode

public UpdateRelExtra ( int hvoSrc, int tag, int ihvo, string bstrExtra ) : void
hvoSrc int
tag int
ihvo int
bstrExtra string
Résultat void

VecProp() public méthode

public VecProp ( int hvo, int tag, int chvoMax, int &_chvo, ArrayPtr _rghvo ) : void
hvo int
tag int
chvoMax int
_chvo int
_rghvo ArrayPtr
Résultat void

get_BooleanProp() public méthode

public get_BooleanProp ( int hvo, int tag ) : bool
hvo int
tag int
Résultat bool

get_GuidProp() public méthode

public get_GuidProp ( int hvo, int tag ) : Guid
hvo int
tag int
Résultat Guid

get_Int64Prop() public méthode

public get_Int64Prop ( int hvo, int tag ) : long
hvo int
tag int
Résultat long

get_IntProp() public méthode

public get_IntProp ( int hvo, int tag ) : int
hvo int
tag int
Résultat int

get_IsDummyId() public méthode

public get_IsDummyId ( int hvo ) : bool
hvo int
Résultat bool

get_IsPropInCache() public méthode

public get_IsPropInCache ( int hvo, int tag, int cpt, int ws ) : bool
hvo int
tag int
cpt int
ws int
Résultat bool

get_IsValidObject() public méthode

public get_IsValidObject ( int hvo ) : bool
hvo int
Résultat bool

get_MultiStringAlt() public méthode

public get_MultiStringAlt ( int hvo, int tag, int ws ) : ITsString
hvo int
tag int
ws int
Résultat ITsString

get_MultiStringProp() public méthode

public get_MultiStringProp ( int hvo, int tag ) : ITsMultiString
hvo int
tag int
Résultat ITsMultiString

get_ObjFromGuid() public méthode

public get_ObjFromGuid ( Guid uid ) : int
uid Guid
Résultat int

get_ObjectProp() public méthode

public get_ObjectProp ( int hvo, int tag ) : int
hvo int
tag int
Résultat int

get_Prop() public méthode

public get_Prop ( int hvo, int tag ) : object
hvo int
tag int
Résultat object

get_StringProp() public méthode

public get_StringProp ( int hvo, int tag ) : ITsString
hvo int
tag int
Résultat ITsString

get_TimeProp() public méthode

public get_TimeProp ( int hvo, int tag ) : long
hvo int
tag int
Résultat long

get_UnicodeProp() public méthode

public get_UnicodeProp ( int obj, int tag ) : string
obj int
tag int
Résultat string

get_UnknownProp() public méthode

public get_UnknownProp ( int hvo, int tag ) : object
hvo int
tag int
Résultat object

get_VecItem() public méthode

public get_VecItem ( int hvo, int tag, int index ) : int
hvo int
tag int
index int
Résultat int

get_VecSize() public méthode

public get_VecSize ( int hvo, int tag ) : int
hvo int
tag int
Résultat int

get_VecSizeAssumeCached() public méthode

public get_VecSizeAssumeCached ( int hvo, int tag ) : int
hvo int
tag int
Résultat int

get_WritingSystemsOfInterest() public méthode

public get_WritingSystemsOfInterest ( int cwsMax, ArrayPtr _ws ) : int
cwsMax int
_ws ArrayPtr
Résultat int

set_UnicodeProp() public méthode

public set_UnicodeProp ( int obj, int tag, string bstr ) : void
obj int
tag int
bstr string
Résultat void