Nucleus .Net Core CMS

Managers.IExtensionsStoreManager Interface

Namespace: Nucleus.Abstractions.Managers
Assembly: Nucleus.Abstractions.dll
Provides functions to manage database data for Models.ExtensionsStoreSettingss.

Remarks

Get an instance of this class from dependency injection by including a parameter in your class constructor.

Methods

CreateNew (String,ClaimsPrincipal) Method

CreateNew (System.String,  System.Security.Claims.ClaimsPrincipal)
Create a new Models.ExtensionsStoreSettings with default values.
Remarks
This function does not save the new Models.ExtensionsStoreSettings to the database. Call Save to save the list.

Get (String) Method

Get (String storeUrl)
Retrieve an existing Models.ExtensionsStoreSettings from the database.
Parameters
Name Type
storeUrl String

Save (ExtensionsStoreSettings) Method

Save (ExtensionsStoreSettings settings)
Create or update the specified Models.ExtensionsStoreSettings.