Search Results for

    Show / Hide Table of Contents

    Class TwainSourceEditorSourceModel

    Source containing all profiles and source information

    Inheritance
    System.Object
    TwainSourceEditorSourceModel
    Namespace: Simplic.Twain.UI
    Assembly: Simplic.Twain.dll
    Syntax
    public class TwainSourceEditorSourceModel : ViewModelBase

    Constructors

    | Improve this Doc View Source

    TwainSourceEditorSourceModel()

    Create model

    Declaration
    public TwainSourceEditorSourceModel()

    Properties

    | Improve this Doc View Source

    Profiles

    List with all twain profiles

    Declaration
    public ObservableCollection<TwainSourceEditorProfileModel> Profiles { get; set; }
    Property Value
    Type Description
    System.Collections.ObjectModel.ObservableCollection<TwainSourceEditorProfileModel>
    | Improve this Doc View Source

    SelectedProfile

    Currently selected profile

    Declaration
    public TwainSourceEditorProfileModel SelectedProfile { get; set; }
    Property Value
    Type Description
    TwainSourceEditorProfileModel
    | Improve this Doc View Source

    SourceName

    Name of the current source

    Declaration
    public string SourceName { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx