AttachmentQuery Class
- Namespace:
- Weavy.Core.Models
- Assembly:
- Weavy.Core.dll
Defines a query used to find attachments.
public class AttachmentQuery : Query, ICloneable
- Inheritance:
- System.Object → QueryOptions → Query → Weavy.Core.Models.Query{Weavy.Core.Models.Attachment} → AttachmentQuery
Constructors
Attachment |
Initializes a new instance of the AttachmentQuery class. |
Attachment |
Initializes a new instance of the AttachmentQuery class with the specified Query. |
Attachment |
Initializes a new instance of the AttachmentQuery class with the specified QueryOptions. |
Properties
Attached |
Gets or sets the parent object. |
Methods
Clone() | Create a deep copy of the current object. |
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. |