EventQueryCQueryCSuppress Class

Represents the Suppress element

Definition

Namespace: Microsoft.Win32.TaskScheduler.Events
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
[XmlRootAttribute("Suppress")]
public class CSuppress : EventQueryCQueryCSelect
Inheritance
Object    EventQueryCQueryCSelect    EventQueryCQueryCSuppress

Constructors

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

Properties

Value Gets or sets the value.
(Inherited from EventQueryCQueryCSelect)

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

Fields

IsSelect The is select
(Inherited from EventQueryCQueryCSelect)
Parent The parent
(Inherited from EventQueryCQueryCSelect)
Path The path
(Inherited from EventQueryCQueryCSelect)

See Also