PostQuery Class
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Defines a query used to find matching Post items.
public class PostQuery : Query, ICloneable
- Inheritance:
- System.Object → QueryOptions → Query → Weavy.Core.Models.Query{Weavy.Core.Models.Post} → PostQuery
Constructors
Post |
Initializes a new instance of the PostQuery class. |
Post |
Initializes a new instance of the PostQuery class with the specified Query. |
Post |
Initializes a new instance of the PostQuery class with the specified QueryOptions. |
Properties
App |
Gets or sets the id of the App to search. |
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. |