Search Results for

    Show / Hide Table of Contents

    Class SelectorLookupResult

    Result of a selector

    Inheritance
    System.Object
    SelectorLookupResult
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Framework.DBUI
    Assembly: Simplic.Framework.DBUI.dll
    Syntax
    public class SelectorLookupResult

    Properties

    | Improve this Doc View Source

    DisplayFriendlyResult

    Contains the result which will be displayed as the friendly text, such as customer name If nothing is selected, the result will be null

    Declaration
    public object DisplayFriendlyResult { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    DisplayResult

    Contains the result which will be displayed as the friendly text, such as customer number If nothing is selected, the result will be null

    Declaration
    public object DisplayResult { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    IdentityResult

    Contains the result as an object (int, string, ...), such as customer ident If nothing is selected, the result will be null

    Declaration
    public object IdentityResult { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    IsValid

    True if a result was selected, else false

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

    Methods

    | Improve this Doc View Source

    Clone()

    Clone the current result

    Declaration
    public SelectorLookupResult Clone()
    Returns
    Type Description
    SelectorLookupResult

    Instance of a new result object

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx