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

Inheritance: CollectorEnv
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
CapturePointOfInterest ( ) : void

Captures the point of interest.

CloseProp ( ) : void

Captures a point of Interest

Method Details

AddIntProp() public méthode

Member AddIntProp
public AddIntProp ( int tag ) : void
tag int tag
Résultat void

AddString() public méthode

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

AddStringAltMember() public méthode

Member AddStringAltMember
public AddStringAltMember ( int tag, int ws, IVwViewConstructor _vwvc ) : void
tag int tag
ws int ws
_vwvc IVwViewConstructor _vwvc
Résultat void

AddStringProp() public méthode

Member AddStringProp
public AddStringProp ( int tag, IVwViewConstructor _vwvc ) : void
tag int tag
_vwvc IVwViewConstructor _vwvc
Résultat void

CapturePointOfInterest() protected méthode

Captures the point of interest.
protected CapturePointOfInterest ( ) : void
Résultat void

CloseInnerPile() public méthode

Closes the inner pile.
public CloseInnerPile ( ) : void
Résultat void

CloseParagraph() public méthode

Closes the paragraph.
public CloseParagraph ( ) : void
Résultat void

CloseProp() protected méthode

Captures a point of Interest
protected CloseProp ( ) : void
Résultat void

OpenInnerPile() public méthode

Opens the inner pile.
public OpenInnerPile ( ) : void
Résultat void

OpenParagraph() public méthode

Opens a paragraph.
public OpenParagraph ( ) : void
Résultat void

PointsOfInterestCollectorEnv() public méthode

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.
Résultat System

set_IntProperty() public méthode

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

set_StringProperty() public méthode

Sets a string property.
public set_StringProperty ( int sp, string bstrValue ) : void
sp int
bstrValue string
Résultat void