Request

Response

    Lookup classt>

    Class that contains id and description properties that can be used to bind to drop downs

    public class Lookup<T> : Notifiable
    

    Public Members

    namedescription
    Lookup(…) Initializes a new instance of the/> class.
    Description { get; set; } Gets or sets the description.
    Identifier { get; set; } Gets or sets the identifier.
    IsSelected { get; set; } Gets or sets the IsSelected.

    See Also