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

Todo: keep track of editable properties and the flow objects they apply to in OpenFlowObject()
Inheritance: PointsOfInterestCollectorEnv
Mostra file Open project: sillsdev/FieldWorks

Public Methods

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

Member AddStringAltMember

AddStringProp ( int tag, IVwViewConstructor _vwvc ) : void

Member AddStringProp

Private Methods

Method Description
StringPropertyCollectorEnv ( IVwEnv baseEnv, ISilDataAccess sda, int hvoRoot ) : System

Initializes a new instance of the StringPropertyCollectorEnv class.

Method Details

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