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 SourceTwainSourceEditorSourceModel()
Create model
Declaration
public TwainSourceEditorSourceModel()
Properties
| Improve this Doc View SourceProfiles
List with all twain profiles
Declaration
public ObservableCollection<TwainSourceEditorProfileModel> Profiles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ObservableCollection<TwainSourceEditorProfileModel> |
SelectedProfile
Currently selected profile
Declaration
public TwainSourceEditorProfileModel SelectedProfile { get; set; }
Property Value
Type | Description |
---|---|
TwainSourceEditorProfileModel |
SourceName
Name of the current source
Declaration
public string SourceName { get; set; }
Property Value
Type | Description |
---|---|
System.String |