Class EntitySavedQuerySetting
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
Represents the settings for entity saved queries.
[TypeConverter(typeof(EntitySavedQuerySettingConverter))]
public class EntitySavedQuerySetting
- Inheritance
-
EntitySavedQuerySetting
Constructors
- EntitySavedQuerySetting()
Initializes a new instance of the EntitySavedQuerySetting class.
Properties
- EntitySavedQueryTypes
Gets or sets the list of entity saved query types.
Methods
- GetByTypeName(string)
Gets the entity saved query type by type name.
- GetByTypeNameAndKey(string, string)
Gets the entity saved query type by type name and key.