EventQueryCQueryCSelect Class

Represents the Select element

Definition

Namespace: Microsoft.Win32.TaskScheduler.Events
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
[XmlRootAttribute("Select")]
public class CSelect : IXmlSerializable
Inheritance
Object    EventQueryCQueryCSelect
Derived
Implements
IXmlSerializable

Constructors

EventQueryCQueryCSelect Initializes a new instance of the EventQueryCQueryCSelect class.
EventQueryCQueryCSelect(EventQueryCQuery, String) Initializes a new instance of the EventQueryCQueryCSelect class.

Properties

Value Gets or sets the value.

Methods

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)
ReadXml Generates an object from its XML representation.
ToStringReturns a string that represents the current object.
(Inherited from Object)
WriteXml Converts an object into its XML representation.

Fields

IsSelect The is select
Parent The parent
Path The path

See Also