Search Results for

    Show / Hide Table of Contents

    Class DashboardCommandParam

    The command parameters for the dashboard command that can open a custom homepage

    Used by the ViewItem command

    Inheritance
    System.Object
    SerializedParam
    CommandSerializedParam
    DashboardCommandParam
    Implements
    ICloneable
    ICloneable<CommandSerializedParam>
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    CommandSerializedParam.Clone()
    CommandSerializedParam.CopyFromSource(CommandSerializedParam)
    SerializedParam.GetParam<T>(String)
    SerializedParam.GetParam<T>(Byte[])
    SerializedParam.GetParam(String)
    SerializedParam.GetParam(Byte[])
    SerializedParam.ToSerializedString()
    SerializedParam.ToSerializedBytes()
    SerializedParam.ICloneable.Clone()
    SerializedParam.ICloneable.CopyFromSource(Object)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LemonEdge.Client.Commands
    Assembly: API.dll
    Syntax
    [DataContract]
    public class DashboardCommandParam : CommandSerializedParam, ICloneable, ICloneable<CommandSerializedParam>, INotifyPropertyChanged

    Properties

    Label

    The label for the homepage

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    System.String

    LayoutParam

    The parameter for the dashboard to be displayed

    Declaration
    public string LayoutParam { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    CopyFromParam(SerializedParam)

    Declaration
    protected override void CopyFromParam(SerializedParam source)
    Parameters
    Type Name Description
    SerializedParam source
    Overrides
    CommandSerializedParam.CopyFromParam(SerializedParam)

    CreateNewParam()

    Declaration
    protected override SerializedParam CreateNewParam()
    Returns
    Type Description
    SerializedParam
    Overrides
    CommandSerializedParam.CreateNewParam()

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    ICloneable
    ICloneable<T>
    System.ComponentModel.INotifyPropertyChanged

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)
    In This Article
    Back to top © LemonTree Software Ltd. All rights reserved.