UIOptions Class

Definition

Namespace: Firefly.Box.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public class UIOptions
Inheritance
Object    UIOptions

Properties

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GoToDefaultRow The UIController will navigate to the first row that matches the Where. If the StartFromLastRow is set to true, it'll park on the last row that matches the Where
GoToFirstRow The UIController will navigate to the first row that matches the Where
GoToLastRow The UIController will navigate to the last row that matches the Where
GoToNextRow 
GoToPreviouslyParkedRow The UIController will try to return to the row on which it parked, before the SaveRowAndDo(ActionUIOptions) was called
GoToPreviousRow 
GoToRow(FilterBase) The UIController will park on the first row that matches the filter specified in the usingThisFilter parameter
GoToRow(FilterBase, Boolean) The UIController will park on the first row that matches the filter specified in the usingThisFilter parameter
GoToRowAccordingToStartOnRowWhere The UIController will navigate to the first row according to the: StartOnRowWhere and StartFromLastRow
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ReloadData The UIController will reload all the data according to the specified Where and OrderBy
ReloadData(Boolean) 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also