C# Class SIL.FieldWorks.FDO.DomainImpl.SegmentFactory

Mostrar archivo Open project: sillsdev/FieldWorks

Public Methods

Method Description
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.

Method Details

Create() public method

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.
return ISegment

Create() public method

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.
return ISegment