C# Class SIL.FieldWorks.XWorks.LexEd.ReversalIndexPOSRecordList

Summary description for ListExtension.
Inheritance: SIL.FieldWorks.XWorks.RecordList
Datei anzeigen 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

Protected Methods

Method Description
GetMatchingClass ( string className ) : ClassAndPropInfo
GetObjectSet ( ) : IEnumerable

Method Details

GetMatchingClass() protected method

protected GetMatchingClass ( string className ) : ClassAndPropInfo
className string
return ClassAndPropInfo

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