C# 클래스 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.
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

Private Properties

프로퍼티 타입 설명
FdoRefSeq System
Insert void
RemoveAt void
ToHvoArray int[]

비공개 메소드들

메소드 설명
FdoRefSeq ( SIL.FieldWorks.FDO.FdoCache cache, int hvo, int flid ) : System
Insert ( int ihvo, int hvo ) : void
RemoveAt ( int ihvo ) : void
ToHvoArray ( ) : int[]