Search Results for

    Show / Hide Table of Contents

    Class DataSourceSearchParam

    The custom search parameter for the DataSourceSearchDisplayerItem used in the DisplayableItemDescriptorForCustomSettings displayable item descriptor

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

    Properties

    DataSourceTypeID

    The type of data source to search. If null then all DataSourceTypeID entries are searched

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

    DataSourceTypeID_Label

    The label for the DataSourceTypeID selected, if any

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

    EntityTypeID

    The specific type of entity record to search for rather than all entities in the system

    If this has a value then only matching EntityTypeID entries will be searched

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

    MatchExactly

    Indicates if the search should match exactly on the SearchID or only needs to contain it

    Declaration
    public bool MatchExactly { get; set; }
    Property Value
    Type Description
    System.Boolean

    SearchID

    The id to search for in SourceID entries

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

    Methods

    Clone()

    Declaration
    public DataSourceSearchParam Clone()
    Returns
    Type Description
    DataSourceSearchParam

    CopyFromParam(SerializedParam)

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

    CopyFromSource(DataSourceSearchParam)

    Declaration
    public void CopyFromSource(DataSourceSearchParam source)
    Parameters
    Type Name Description
    DataSourceSearchParam 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.