C# Class SIL.FieldWorks.XWorks.RecordNavigationInfo

The argument used when we broadcast OnRecordNavigation.
Inheritance: IComparable
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
CompareTo ( object obj ) : int
Equals ( object obj ) : bool

RecordNavigation info can be considered equivalent if the CurrentObject hasn't changed.

GetHashCode ( ) : int
GetSendingClerk ( object argument ) : RecordClerk

Given an argument from OnRecordNavigation, expected to be a RecordNavigationInfo, if it really is return it's clerk. Otherwise return null.

RecordNavigationInfo ( RecordClerk clerk, bool suppressSaveOnChangeRecord, bool skipShowRecord, bool suppressFocusChange ) : System

Make one.

Method Details

CompareTo() public méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Equals() public méthode

RecordNavigation info can be considered equivalent if the CurrentObject hasn't changed.
public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetSendingClerk() public static méthode

Given an argument from OnRecordNavigation, expected to be a RecordNavigationInfo, if it really is return it's clerk. Otherwise return null.
public static GetSendingClerk ( object argument ) : RecordClerk
argument object
Résultat RecordClerk

RecordNavigationInfo() public méthode

Make one.
public RecordNavigationInfo ( RecordClerk clerk, bool suppressSaveOnChangeRecord, bool skipShowRecord, bool suppressFocusChange ) : System
clerk RecordClerk The clerk.
suppressSaveOnChangeRecord bool
skipShowRecord bool
suppressFocusChange bool
Résultat System