C# Class SIL.FieldWorks.FdoUi.FdoRefSeq

Our own minimal implementation of a reference sequence, since we can't just get what we want from FDO's internal secret implementation of IFdoReferenceSequence.
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
FdoRefSeq System
Insert void
RemoveAt void
ToHvoArray int[]

Private Methods

Method Description
FdoRefSeq ( SIL.FieldWorks.FDO.FdoCache cache, int hvo, int flid ) : System
Insert ( int ihvo, int hvo ) : void
RemoveAt ( int ihvo ) : void
ToHvoArray ( ) : int[]