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

Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode 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 méthode

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.
Résultat ISegment

Create() public méthode

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.
Résultat ISegment