Interface ICoreDataViewModel
Interface for the CoreData Viewmodels
Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public interface ICoreDataViewModel
Properties
| Improve this Doc View SourceIsSelectable
Declaration
bool IsSelectable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |