C# Class 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.
Inheritance: TemporaryRecordClerk
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
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

Method Details

SetListIndex() public méthode

Set the specified index in the list.
public SetListIndex ( int index ) : void
index int
Résultat void

SetSorter() public méthode

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

StoreClerkInPropertyTable() protected méthode

protected StoreClerkInPropertyTable ( XmlNode clerkConfiguration ) : void
clerkConfiguration System.Xml.XmlNode
Résultat void

TryRestoreFilter() protected méthode

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
Résultat bool

TryRestoreSorter() protected méthode

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
Résultat bool

UpdateList() public méthode

public UpdateList ( IEnumerable objs ) : void
objs IEnumerable
Résultat void