Class EntitySavedQueryType
- Namespace
- Innova.Data.AppSettings
- Assembly
- Innova.Data.dll
Represents the type of entity saved query.
public class EntitySavedQueryType
- Inheritance
-
EntitySavedQueryType
Constructors
- EntitySavedQueryType()
Initializes a new instance of the EntitySavedQueryType class.
- EntitySavedQueryType(string)
Initializes a new instance of the EntitySavedQueryType class with the specified entity type.
Properties
- DefaultQueryId
Gets or sets the default query ID.
- EntityType
Gets or sets the EntityType.
- SavedQueries
Gets or sets the list of saved queries.
- ViewKey
Gets or sets the ViewKey.
Methods
- GetDefaultSavedQuery(Guid?)
Gets the default saved query based on the specified default query ID.