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

상속: CollectorEnv
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddIntProp ( int tag ) : void

Member AddIntProp

AddString ( ITsString _ss ) : void

Add literal text that is not a property and not editable.

AddStringAltMember ( int tag, int ws, IVwViewConstructor _vwvc ) : void

Member AddStringAltMember

AddStringProp ( int tag, IVwViewConstructor _vwvc ) : void

Member AddStringProp

CloseInnerPile ( ) : void

Closes the inner pile.

CloseParagraph ( ) : void

Closes the paragraph.

OpenInnerPile ( ) : void

Opens the inner pile.

OpenParagraph ( ) : void

Opens a paragraph.

PointsOfInterestCollectorEnv ( IVwEnv baseEnv, ISilDataAccess sda, int hvoRoot ) : System

Initializes a new instance of the PointsOfInterestCollectorEnv class.

set_IntProperty ( int tpt, int tpv, int nValue ) : void

Set an integer property.

set_StringProperty ( int sp, string bstrValue ) : void

Sets a string property.

보호된 메소드들

메소드 설명
CapturePointOfInterest ( ) : void

Captures the point of interest.

CloseProp ( ) : void

Captures a point of Interest

메소드 상세

AddIntProp() 공개 메소드

Member AddIntProp
public AddIntProp ( int tag ) : void
tag int tag
리턴 void

AddString() 공개 메소드

Add literal text that is not a property and not editable.
public AddString ( ITsString _ss ) : void
_ss ITsString
리턴 void

AddStringAltMember() 공개 메소드

Member AddStringAltMember
public AddStringAltMember ( int tag, int ws, IVwViewConstructor _vwvc ) : void
tag int tag
ws int ws
_vwvc IVwViewConstructor _vwvc
리턴 void

AddStringProp() 공개 메소드

Member AddStringProp
public AddStringProp ( int tag, IVwViewConstructor _vwvc ) : void
tag int tag
_vwvc IVwViewConstructor _vwvc
리턴 void

CapturePointOfInterest() 보호된 메소드

Captures the point of interest.
protected CapturePointOfInterest ( ) : void
리턴 void

CloseInnerPile() 공개 메소드

Closes the inner pile.
public CloseInnerPile ( ) : void
리턴 void

CloseParagraph() 공개 메소드

Closes the paragraph.
public CloseParagraph ( ) : void
리턴 void

CloseProp() 보호된 메소드

Captures a point of Interest
protected CloseProp ( ) : void
리턴 void

OpenInnerPile() 공개 메소드

Opens the inner pile.
public OpenInnerPile ( ) : void
리턴 void

OpenParagraph() 공개 메소드

Opens a paragraph.
public OpenParagraph ( ) : void
리턴 void

PointsOfInterestCollectorEnv() 공개 메소드

Initializes a new instance of the PointsOfInterestCollectorEnv class.
public PointsOfInterestCollectorEnv ( IVwEnv baseEnv, ISilDataAccess sda, int hvoRoot ) : System
baseEnv IVwEnv The base env.
sda ISilDataAccess Data access to get prop values etc.
hvoRoot int The root object to display, if m_baseEnv is null. /// If baseEnv is not null, hvoRoot is ignored.
리턴 System

set_IntProperty() 공개 메소드

Set an integer property.
public set_IntProperty ( int tpt, int tpv, int nValue ) : void
tpt int
tpv int
nValue int
리턴 void

set_StringProperty() 공개 메소드

Sets a string property.
public set_StringProperty ( int sp, string bstrValue ) : void
sp int
bstrValue string
리턴 void