Interface ICoreData
Interface mimicing the CoreData EF models. Used to provide the possibility to extend
the
Namespace: Simplic.PlugIn.Logistics
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public interface ICoreData
Properties
| Improve this Doc View SourceId
Gets or sets the Id as Guid
Declaration
[Browsable(true)]
Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsSelectable
Gets or sets the IsSelectable Flag as bool
Declaration
[Browsable(true)]
bool IsSelectable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Gets or sets the Name as string
Declaration
[Browsable(true)]
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |