C# 클래스 SIL.FieldWorks.Common.RootSites.CollectorEnvServices

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

공개 메소드들

메소드 설명
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