TaskQuery members
Include protected members
Include inherited members
Represents a query used to retrive tasks from the server.
The TaskQuery type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TaskQuery(ClientRuntimeContext) | ||
TaskQuery(ClientRuntimeContext, ObjectPath) |
Top
Properties
Name | Description | |
---|---|---|
Context | (Inherited from ClientObject.) | |
CustomAttributeFilter | Filter the tasks by custom attribute. | |
FieldFilter | Filter the tasks by fields information. | |
KeywordFilter | Filter the tasks by keyword. | |
LastModifiedDateRangeFilter | Filter the tasks by last modified date. | |
LastQueryTime | Filter the tasks by the last query time. | |
LocationFilter | Filter the tasks by location information. | |
ObjectData | (Inherited from ClientObject.) | |
ObjectVersion | (Inherited from ClientObject.) | |
Path | (Inherited from ClientObject.) | |
PinnedFilter | Filter the tasks by pinned state. | |
ServerObjectIsNull | (Inherited from ClientObject.) | |
Tag | (Inherited from ClientObject.) | |
TypedObject | (Inherited from ClientObject.) |
Top
Methods
Name | Description | |
---|---|---|
CheckUninitializedProperty | (Inherited from ClientObject.) | |
CustomFromJson | (Inherited from ClientObject.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
FromJson | (Inherited from ClientObject.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
InitNonPropertyFieldFromJson | (Inherited from ClientObject.) | |
InitOnePropertyFromJson | (Inherited from ClientObject.) | |
IsObjectPropertyInstantiated | (Inherited from ClientObject.) | |
IsPropertyAvailable | (Inherited from ClientObject.) | |
LoadExpandoFields | (Inherited from ClientObject.) | |
MemberwiseClone | (Inherited from Object.) | |
RefreshLoad | (Inherited from ClientObject.) | |
RemoveFromParentCollection | (Inherited from ClientObject.) | |
Retrieve() | (Inherited from ClientObject.) | |
Retrieve([]) | (Inherited from ClientObject.) | |
ToString | (Inherited from Object.) | |
UpdateClientObjectPropertyType | (Inherited from ClientObject.) |
Top