C# 클래스 SIL.FieldWorks.FDO.DomainImpl.SegmentFactory

파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
Create ( IStTxtPara para, int beginOffset ) : ISegment

Creates a new segment for the given paragraph with the specified begin offset.

Create ( IStTxtPara para, int beginOffset, FdoCache cache, System.Guid guid ) : ISegment

Creates a new segment for the given paragraph with the specified begin offset.

메소드 상세

Create() 공개 메소드

Creates a new segment for the given paragraph with the specified begin offset.
public Create ( IStTxtPara para, int beginOffset ) : ISegment
para IStTxtPara The para.
beginOffset int The begin offset.
리턴 ISegment

Create() 공개 메소드

Creates a new segment for the given paragraph with the specified begin offset.
public Create ( IStTxtPara para, int beginOffset, FdoCache cache, System.Guid guid ) : ISegment
para IStTxtPara The para.
beginOffset int The begin offset.
cache FdoCache FdoCache to use for hvo creation
guid System.Guid The guid to initialize the segment with.
리턴 ISegment