C# Класс SIL.FieldWorks.FDO.DomainImpl.SegmentFactory

Показать файл Открыть проект

Открытые методы

Метод Описание
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