C# Class SIL.FieldWorks.XWorks.MorphologyEditor.RespellerRecordList

Inheritance: RecordList
Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
Init ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, XmlNode recordListNode ) : void
PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
ReloadList ( ) : void

Protected Methods

Method Description
GetObjectSet ( ) : IEnumerable

Method Details

GetObjectSet() protected method

protected GetObjectSet ( ) : IEnumerable
return IEnumerable

Init() public method

public Init ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, XmlNode recordListNode ) : void
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator
recordListNode System.Xml.XmlNode
return void

PropChanged() public method

public PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void
hvo int
tag int
ivMin int
cvIns int
cvDel int
return void

ReloadList() public method

public ReloadList ( ) : void
return void