Search Results for

    Show / Hide Table of Contents

    Class UniqueIDSerializedParam

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

    Properties

    Message

    The user friendly message to display when viewing/editing the guid value

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

    UniqueID

    THe globally unique identifir value

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

    Methods

    Clone()

    Declaration
    public UniqueIDSerializedParam Clone()
    Returns
    Type Description
    UniqueIDSerializedParam

    CopyFromParam(SerializedParam)

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

    CopyFromSource(UniqueIDSerializedParam)

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

    CreateNewParam()

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