Class ReferenceMenuCommandContext
Provides the runtime context used by a reference context menu action.
public class ReferenceMenuCommandContext
- Inheritance
-
ReferenceMenuCommandContext
- Inherited Members
- Extension Methods
Constructors
ReferenceMenuCommandContext()
Initializes a new instance of the ReferenceMenuCommandContext class.
public ReferenceMenuCommandContext()
Properties
ActionType
Gets or sets the action type.
public ReferenceMenuActionType ActionType { get; set; }
Property Value
Binding
Gets or sets the binding this command serves.
public TripousBinding Binding { get; set; }
Property Value
Caller
Gets or sets the caller control.
public Control Caller { get; set; }
Property Value
- Control
FormContext
Gets or sets the form context produced by the command.
public DataFormContext FormContext { get; set; }
Property Value
FormName
Gets or sets the reference form name.
public string FormName { get; set; }
Property Value
Menu
Gets or sets the reference context menu.
public ReferenceContextMenu Menu { get; set; }
Property Value
Result
Gets or sets the command result.
public object Result { get; set; }
Property Value
RowId
Gets or sets the reference row identifier.
public object RowId { get; set; }