C# 클래스 SIL.FieldWorks.XWorks.LexEd.ReversalIndexPOSRecordList

Summary description for ListExtension.
상속: SIL.FieldWorks.XWorks.RecordList
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
Init ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, XmlNode recordListNode ) : void
PropChanged ( int hvo, int tag, int ivMin, int cvIns, int cvDel ) : void

보호된 메소드들

메소드 설명
GetMatchingClass ( string className ) : ClassAndPropInfo
GetObjectSet ( ) : IEnumerable

메소드 상세

GetMatchingClass() 보호된 메소드

protected GetMatchingClass ( string className ) : ClassAndPropInfo
className string
리턴 ClassAndPropInfo

GetObjectSet() 보호된 메소드

protected GetObjectSet ( ) : IEnumerable
리턴 IEnumerable

Init() 공개 메소드

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
리턴 void

PropChanged() 공개 메소드

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