AppQuery Class
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Defines a query used to find matching apps.
public class AppQuery : Query<App>, ICloneable
- Inheritance:
- System.Object → QueryOptions → Query → Weavy.Core.Models.Query{Weavy.Core.Models.App} → AppQuery
Constructors
App |
Initializes a new instance of the AppQuery class. |
App |
Initializes a new instance of the AppQuery class with the specified Query. |
App |
Initializes a new instance of the AppQuery class with the specified QueryOptions. |
Properties
Guids | Gets or sets the Guids of the app types to search, default is an empty list which searches all types of apps. |
Extension Methods
Is |
Gets a value indicating if the specified value has the default value of the generic type. |
Serialize(object) | Serializes an object, or graph of connected objects, to a byte array. |
Serialize |
Serializes an object, or graph of connected objects, to a json string. |
Is |
Determines whether the specified object is valid by evaluating each ValidationAttribute instance that is attached to the object type. |