EventQueryCQuery Class

Represents the Query sub object.

Definition

Namespace: Microsoft.Win32.TaskScheduler.Events
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
public class CQuery : IXmlSerializable
Inheritance
Object    EventQueryCQuery
Implements
IXmlSerializable

Constructors

EventQueryCQueryInitializes a new instance of the EventQueryCQuery class

Properties

IDString Gets or sets the identifier string.

Methods

AddPath Adds the path.
AddValidatedComputers Adds the validated computers.
AddValidatedUser Adds the validated user.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

Computers The computers
Data The data items (e.g. TaskName) that are being requested
Id The identifier
IDs The ids
IsSelect The is select vs suppress
Keywords The keywords
Levels The levels
Path The path
Providers The providers
Select The select
Suppress The suppress
SuppressedIDs The suppressed ids
Tasks The tasks
Times The times
User The user

See Also