C# 클래스 SIL.FieldWorks.XWorks.MatchingItemsRecordClerk

This is a record clerk that can be used in a guicontrol where the parent control knows when the list contents have changed, and to what. You must use a MatchingItemsRecordList whenever you use a MatchingItemsRecordClerk.
상속: TemporaryRecordClerk
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
SetListIndex ( int index ) : void

Set the specified index in the list.

SetSorter ( SIL.FieldWorks.Filters.RecordSorter sorter ) : void

Allow the sorter to be set according to the search criteria.

UpdateList ( IEnumerable objs ) : void

보호된 메소드들

메소드 설명
StoreClerkInPropertyTable ( XmlNode clerkConfiguration ) : void
TryRestoreFilter ( XCore.Mediator mediator, XmlNode clerkConfiguration, SIL.FieldWorks.FDO.FdoCache cache ) : bool
TryRestoreSorter ( XCore.Mediator mediator, XmlNode clerkConfiguration, SIL.FieldWorks.FDO.FdoCache cache ) : bool

메소드 상세

SetListIndex() 공개 메소드

Set the specified index in the list.
public SetListIndex ( int index ) : void
index int
리턴 void

SetSorter() 공개 메소드

Allow the sorter to be set according to the search criteria.
public SetSorter ( SIL.FieldWorks.Filters.RecordSorter sorter ) : void
sorter SIL.FieldWorks.Filters.RecordSorter
리턴 void

StoreClerkInPropertyTable() 보호된 메소드

protected StoreClerkInPropertyTable ( XmlNode clerkConfiguration ) : void
clerkConfiguration System.Xml.XmlNode
리턴 void

TryRestoreFilter() 보호된 메소드

protected TryRestoreFilter ( XCore.Mediator mediator, XmlNode clerkConfiguration, SIL.FieldWorks.FDO.FdoCache cache ) : bool
mediator XCore.Mediator
clerkConfiguration System.Xml.XmlNode
cache SIL.FieldWorks.FDO.FdoCache
리턴 bool

TryRestoreSorter() 보호된 메소드

protected TryRestoreSorter ( XCore.Mediator mediator, XmlNode clerkConfiguration, SIL.FieldWorks.FDO.FdoCache cache ) : bool
mediator XCore.Mediator
clerkConfiguration System.Xml.XmlNode
cache SIL.FieldWorks.FDO.FdoCache
리턴 bool

UpdateList() 공개 메소드

public UpdateList ( IEnumerable objs ) : void
objs IEnumerable
리턴 void