Namespace Innova.Data.AppSettings
Namespaces
Name | Summary |
---|---|
Innova.Data.AppSettings.Interfaces | |
Innova.Data.AppSettings.Services |
Classes
Name | Summary |
---|---|
ApplicationSettings | Represents the application settings. |
ApplicationSettingsTypeConfiguration | Represents the configuration for the ApplicationSettings entity in the database. |
EmailTemplate | The EmailTemplate to be used for configure emails in appsettings. |
EntitySavedQuerySetting | Represents the settings for entity saved queries. |
EntitySavedQuerySettingConverter | Converts the EntitySavedQuerySetting class to and from a string representation. |
EntitySavedQueryType | Represents the type of entity saved query. |
IServiceCollectionSettings | Provides extension methods for configuring service collection settings. |
Layout | Represents the layout settings. |
MruList | Represents a Most Recently Used (MRU) list. |
MyIndexedListItem | Represents an indexed list item. |
MyLatestList<KeyType> | Represents a generic list that keeps track of the latest items added, similar to a queue. |
MyList<KeyType> | Represents a generic list that combines a pinned list and a latest list. |
MyQueue<KeyType> | Represents a generic queue with a maximum count. |
UserSettings | Represents the user settings. |
UserSettingsTypeConfiguration | Represents the configuration for the UserSettings entity in the database. |
ViewLayout | Represents a view layout. |
ViewLayoutSetting | Represents the settings for view layouts. |
ViewLayoutSettingNew | Represents the settings for view layouts. |
ViewLayoutypeConverter | Type converter for converting between string and ViewLayout. |
XMLTypeConverter | Provides XML serialization and deserialization for a specified type. |
Interfaces
Name | Summary |
---|---|
IApplicationSettingService | Represents an interface for managing application settings. |
IApplicationSettingService<T> | Represents an interface for retrieving application settings of type |
ILayoutService | Represents a service for managing layout data. |
ISavedQueryService | Represents a service for managing saved queries. |
IUserSettingService | Represents a user setting service that provides operations for retrieving and manipulating user settings. |
IUserSettingServiceSave | Represents a user setting service that provides operations for saving user settings. |
IUserSettingService<T> | Represents a user setting service that provides operations for retrieving and manipulating user settings. |