Search Results for

    Show / Hide Table of Contents

    Class ListAction

    Represents an action offered for execution.

    Inheritance
    System.Object
    DynamicObject
    NamedDynamicObject
    ListAction
    Implements
    System.Dynamic.IDynamicMetaObjectProvider
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    NamedDynamicObject.OnPropertyChanged(String)
    NamedDynamicObject.Name
    NamedDynamicObject.PropertyChanged
    DynamicObject.GetMember(String)
    DynamicObject.SetMember(String, Object)
    DynamicObject.GetMetaObject(Expression)
    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 ListAction : NamedDynamicObject, IDynamicMetaObjectProvider, INotifyPropertyChanged

    Constructors

    ListAction()

    Declaration
    public ListAction()

    Properties

    ReselectEntityObject

    Gets or sets a value indicating, whether the entity object should be reselected before executing the action (default = true).

    Declaration
    public bool? ReselectEntityObject { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    In This Article
    Back to top Copyright © 2020 software architects gmbh