C# Класс SIL.FieldWorks.Common.RootSites.CollectorEnvServices

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

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

Метод Описание
CollectEditableSelectionPoints ( IVwRootBox rootBox ) : IEnumerable

Collects the editable selection points in a root box

CollectPictureAndEditSelectionPoints ( IVwRootBox rootBox ) : IList

CollectPictureSelectionPoints ( IVwRootBox rootBox ) : IEnumerable

Collects the editable selection points in a root box

CollectSelectionPoints ( IVwRootBox rootBox, PointsOfInterestCollectorEnv>.Func collectorFactory, IVwSelection>.Func selectionFactory ) : IEnumerable

Collects the selection points.

CollectStringPropertySelectionPoints ( IVwRootBox rootBox ) : IEnumerable

Collects the string-property selection points.

MakeLocationInfo ( IVwRootBox rootb, IVwSelection selection ) : CollectorEnv.LocationInfo

Creates LocationInfo for the given selection

MakeSelectionInObject ( IVwRootBox rootb, CollectorEnv li, bool fInstall ) : IVwSelection

Makes the selection in object.

MakeTextSelection ( IVwRootBox rootb, CollectorEnv li, bool fInstall ) : IVwSelection

Makes a text selection out of the given locationInfo.

Приватные методы

Метод Описание
CollectPointsOfInterest ( IVwRootBox rootBox, PointsOfInterestCollectorEnv>.Func collectorFactory ) : IList

Описание методов

CollectEditableSelectionPoints() публичный статический Метод

Collects the editable selection points in a root box
public static CollectEditableSelectionPoints ( IVwRootBox rootBox ) : IEnumerable
rootBox IVwRootBox
Результат IEnumerable

CollectPictureAndEditSelectionPoints() публичный статический Метод

public static CollectPictureAndEditSelectionPoints ( IVwRootBox rootBox ) : IList
rootBox IVwRootBox
Результат IList

CollectPictureSelectionPoints() публичный статический Метод

Collects the editable selection points in a root box
public static CollectPictureSelectionPoints ( IVwRootBox rootBox ) : IEnumerable
rootBox IVwRootBox
Результат IEnumerable

CollectSelectionPoints() публичный статический Метод

Collects the selection points.
public static CollectSelectionPoints ( IVwRootBox rootBox, PointsOfInterestCollectorEnv>.Func collectorFactory, IVwSelection>.Func selectionFactory ) : IEnumerable
rootBox IVwRootBox The root box.
collectorFactory PointsOfInterestCollectorEnv>.Func The collector factory.
selectionFactory IVwSelection>.Func The selection factory.
Результат IEnumerable

CollectStringPropertySelectionPoints() публичный статический Метод

Collects the string-property selection points.
public static CollectStringPropertySelectionPoints ( IVwRootBox rootBox ) : IEnumerable
rootBox IVwRootBox The root box.
Результат IEnumerable

MakeLocationInfo() публичный статический Метод

Creates LocationInfo for the given selection
public static MakeLocationInfo ( IVwRootBox rootb, IVwSelection selection ) : CollectorEnv.LocationInfo
rootb IVwRootBox The rootb.
selection IVwSelection The selection.
Результат CollectorEnv.LocationInfo

MakeSelectionInObject() публичный статический Метод

Makes the selection in object.
public static MakeSelectionInObject ( IVwRootBox rootb, CollectorEnv li, bool fInstall ) : IVwSelection
rootb IVwRootBox The rootb.
li CollectorEnv The li.
fInstall bool if set to [install].
Результат IVwSelection

MakeTextSelection() публичный статический Метод

Makes a text selection out of the given locationInfo.
public static MakeTextSelection ( IVwRootBox rootb, CollectorEnv li, bool fInstall ) : IVwSelection
rootb IVwRootBox The rootb.
li CollectorEnv The selection path info
fInstall bool if true, install the selection
Результат IVwSelection