Interface ICustomAddonViewModel
Must be implemented into all viewmodel, that should be extendable using a Addon-Table
Namespace: Simplic.Framework.UI
Assembly: Simplic.Framework.Base.dll
Syntax
public interface ICustomAddonViewModel
Properties
| Improve this Doc View SourceAddonViewModel
Gets or sets an instance of the addon view model
Declaration
AddonViewModel AddonViewModel { get; set; }
Property Value
Type | Description |
---|---|
AddonViewModel |
Methods
| Improve this Doc View SourceGetAddonPrimaryKey()
Retuturns the value of the property that contains the primary key for the addon table
Declaration
object GetAddonPrimaryKey()
Returns
Type | Description |
---|---|
System.Object |