Search Results for

    Show / Hide Table of Contents

    Class EntitySerializedParam

    Inheritance
    System.Object
    SerializedParam
    EntitySerializedParam
    Implements
    ICloneable
    ICloneable<EntitySerializedParam>
    System.ComponentModel.INotifyPropertyChanged
    Inherited Members
    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.Core.Support
    Assembly: ClientCore.dll
    Syntax
    [DataContract]
    public class EntitySerializedParam : SerializedParam, ICloneable, ICloneable<EntitySerializedParam>, INotifyPropertyChanged

    Properties

    EntityTypeID

    The type of entity that an instance can be selected by the user

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

    Filter

    An optional filter that restricts the items that can be selected by the user for the EntityTypeID

    Declaration
    public QueryableFilter Filter { get; set; }
    Property Value
    Type Description
    QueryableFilter

    ID

    The id of the instance of a record of type EntityTypeID

    Declaration
    public Guid? ID { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>

    ID_Label

    The label for the selected itemwith id ID

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

    Message

    A user friendly message for the selection of the type of entity

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

    Methods

    Clone()

    Declaration
    public EntitySerializedParam Clone()
    Returns
    Type Description
    EntitySerializedParam

    CopyFromParam(SerializedParam)

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

    CopyFromSource(EntitySerializedParam)

    Declaration
    public void CopyFromSource(EntitySerializedParam source)
    Parameters
    Type Name Description
    EntitySerializedParam source

    CreateNewParam()

    Declaration
    protected override SerializedParam CreateNewParam()
    Returns
    Type Description
    SerializedParam
    Overrides
    SerializedParam.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.