Search Results for

    Show / Hide Table of Contents

    Class AnyCollectionCommandParam

    The command parameters for the menu command that can open a grid view for any entity in the system.

    Used by ViewItems

    Inheritance
    System.Object
    SerializedParam
    CommandSerializedParam
    AnyCollectionCommandParam
    Implements
    ICloneable
    ICloneable<CommandSerializedParam>
    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 AnyCollectionCommandParam : CommandSerializedParam, ICloneable, ICloneable<CommandSerializedParam>

    Properties

    EntityTypeID

    The unique global id of the entity type to open a grid view for

    Declaration
    public Guid EntityTypeID { get; set; }
    Property Value
    Type Description
    System.Guid

    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()

    Implements

    ICloneable
    ICloneable<T>

    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.