Class ActionCell
Represents an action offered for execution.
Implements
System.Dynamic.IDynamicMetaObjectProvider
System.ComponentModel.INotifyPropertyChanged
TimeCockpit.Common.IWeakEventListener
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.DataModel.View
Assembly: TimeCockpit.Data.dll
Syntax
public class ActionCell : BoundCell, IDynamicMetaObjectProvider, INotifyPropertyChanged, IWeakEventListener
Constructors
ActionCell()
Declaration
public ActionCell()
Properties
Action
Gets or sets the name of the action to execute.
Declaration
public string Action { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EntityObject
Gets or sets the entity object to edit by the action.
Declaration
public string EntityObject { get; set; }
Property Value
Type | Description |
---|---|
System.String |