C# (CSharp) SIL.FieldWorks.FDO Пространство имен

Пространства имен

SIL.FieldWorks.FDO.Application
SIL.FieldWorks.FDO.CoreTests
SIL.FieldWorks.FDO.DomainImpl
SIL.FieldWorks.FDO.DomainServices
SIL.FieldWorks.FDO.FDOTests
SIL.FieldWorks.FDO.Infrastructure
SIL.FieldWorks.FDO.Validation

Классы

Имя Описание
ExtraPropChangedAction Generate an additional PropChanged as part of an Undo or Redo action. A typical usage is pretending that the row that is the target of a dependent clause annotation has changed in its parent. Note that we create TWO of these, one that is the first action in the group, and one that is the last. The first is for Undo, and updates the ribbon to the appropriate state for when the action is undone. (It needs to be first so it will be the last thing undone.) The last is for Redo, and updates the ribbon after the task is redone (needs to be last so it is the last thing redone). A typical usage is using (new ExtraPropChangedInserter(actionHandler, sda, hvo, tag, ihvo, chvoIns, chvoDel) { // Do the changes which require the extra propchanged before and after. }
ExtraPropChangedInserter Class which uses Dispose to create ExtraPropChangedActions before and after another sequence of actions, as described in the ExtraPropChangedAction class comment. Also ensures that a PropChanged is issued when disposed.
FdoFileLockedException Exception thrown when we try to open a project that is locked
FdoSettings This class captures all of the configurable settings for FDO.