Method | 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 ) : |
Given an argument from OnRecordNavigation, expected to be a RecordNavigationInfo, if it really is return it's clerk. Otherwise return null.
|
|
RecordNavigationInfo ( |
Make one.
|
public static GetSendingClerk ( object argument ) : |
||
argument | object | |
return |
public RecordNavigationInfo ( |
||
clerk | The clerk. | |
suppressSaveOnChangeRecord | bool | |
skipShowRecord | bool | |
suppressFocusChange | bool | |
return | System |