C# Class SIL.FieldWorks.Common.RootSites.PointsOfInterestCollectorEnv

Inheritance: CollectorEnv
ファイルを表示 Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Protected Methods

Method Description
CapturePointOfInterest ( ) : void

Captures the point of interest.

CloseProp ( ) : void

Captures a point of Interest

Method Details

AddIntProp() public method

Member AddIntProp
public AddIntProp ( int tag ) : void
tag int tag
return void

AddString() public method

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

AddStringAltMember() public method

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

AddStringProp() public method

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

CapturePointOfInterest() protected method

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

CloseInnerPile() public method

Closes the inner pile.
public CloseInnerPile ( ) : void
return void

CloseParagraph() public method

Closes the paragraph.
public CloseParagraph ( ) : void
return void

CloseProp() protected method

Captures a point of Interest
protected CloseProp ( ) : void
return void

OpenInnerPile() public method

Opens the inner pile.
public OpenInnerPile ( ) : void
return void

OpenParagraph() public method

Opens a paragraph.
public OpenParagraph ( ) : void
return void

PointsOfInterestCollectorEnv() public method

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.
return System

set_IntProperty() public method

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

set_StringProperty() public method

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