UIController Methods

Methods

AddAllColumnsAdds all the columns of the Entity determined in the From property, and all the entities specified in the Relations property to the Columns property collection.
BindAllowActivitySwitchSets an expression that will determine the value of the AllowActivitySwitch property.
BindAllowBrowseSets an expression that will determine the value of the AllowBrowse property.
BindAllowDeleteSets an expression that will determine the value of the AllowDelete property.
BindAllowIncrementalSearchSets an expression that will determine the value of the AllowIncrementalSearch property.
BindAllowInsertSets an expression that will determine the value of the AllowInsert property.
BindAllowUpdateSets an expression that will determine the value of the AllowUpdate property.
BindForceSaveRowSets an expression that will determine the value of the ForceSaveRow property.
BindGoToToNextRowAfterLastControlSets an expression that will determine the value of the GoToToNextRowAfterLastControl property.
BindKeepViewVisibleAfterExitSets an expression that will determine the value of the KeepViewVisibleAfterExit property.
BindReloadDataAfterSavingRowSets an expression that will determine the value of the ReloadDataAfterSavingRow property.
BindSortOnIncrementalSearchSets an expression that will determine the value of the SortOnIncrementalSearch property.
DeleteRowAfterLeavingItIfSets an expression that determines if the current row will be deleted once left.
DeltaOfReturns The delta between the value of expression before the EnterRow event, and the current value of expression
DenyUndoForCurrentRow 
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
ExitInstructs the UIController to exit.
Exit(ExitTiming)Instructs the UIController to exit.
Exit(ExitTiming, FuncBoolean)Instructs the UIController to exit.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Invoke(Action)Invokes a action that will be handled by an Handler.
Invoke(CommandWithArgs)Invokes a command that will be handled by an Handler.
Invoke(Command, Object)Invokes a command that will be handled by an Handler.
Invoke(Keys, Object)Invokes a keyCombination that will be handled by an Handler.
Invoke(String, Object)Invokes a customCommandKey that will be handled by an Handler.
InvokeT(Command, ArrayColumnT) 
InvokeT(Keys, ArrayColumnT) 
InvokeT(String, ArrayColumnT) 
LockCurrentRowLocks the current row for the Entity specified in the From property , and all the entities specified in the Relations property collection.
MarkRowAsChanged 
Raise(CommandWithArgs)Raises a command that will be handled by an Handler.
Raise(Command, Object)Raises a command that will be handled by an Handler.
Raise(Keys, Object)Raises a keyCombination that will be handled by an Handler.
Raise(String, Object)Raises a customCommandKey that will be handled by an Handler.
RaiseT(Command, ArrayColumnT) 
RaiseT(Keys, ArrayColumnT) 
RaiseT(String, ArrayColumnT) 
ReadAllRows 
RefreshWhere 
Run Runs the UIController.
SaveRowAndDo Saves the current row to the DB and performs the specified action after the row was saved successfully.
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)
VisitFlow Used to determine the user navigation type, between the controls

See Also