WebStats dotNet Scheduler - Code Documentation
Settings.OneTimeEvent Class
Namespaces > Scheduler > Settings > OneTimeEvent
An event that happens only one time.
Syntax
C#Visual BasicManaged C++J#
public class OneTimeEvent : Settings.Event
Public Class OneTimeEvent _
	Inherits Event
public ref class OneTimeEvent : public Event
public class OneTimeEvent extends Settings.Event
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
OneTimeEventNew()
Initializes a new instance of the OneTimeEvent class.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
LogsToProcess
The filepaths of the logs that are to be processed.
(Inherited from Event.)
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Name
The name of the Event.
(Inherited from Event.)
ProfilePath
The path to the profile used to generate this report.
(Inherited from Event.)
SaveDirectory
The directory where the output reports should be saved.
(Inherited from Event.)
SettingsDirectory
The path to the directory where the settings files (browsers.xml, etc.) are stored.
(Inherited from Event.)
Start
The earliest possible date/time combination that this event can be fired.
(Inherited from Event.)
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Event
 OneTimeEvent

Assembly: Scheduler (Module: Scheduler) Version: 0.6.2.0