WebStats dotNet Scheduler - Code Documentation
Settings.LogToProcess Class
Namespaces > Scheduler > Settings > LogToProcess
Represents a log(s) to process. This is done by going to the Directory and running a RegEx match on all filenames in that directory with SearchString.
Syntax
C#Visual BasicManaged C++J#
public class LogToProcess
Public Class LogToProcess
public ref class LogToProcess
public class LogToProcess
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
LogToProcessNew()
Initializes a new instance of the LogToProcess class.

Directory
The directory that should be searched using the SearchString.

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.)
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
SearchString
The RegEx string on which matches should be based.

ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
LogToProcess

Assembly: Scheduler (Module: Scheduler) Version: 0.6.2.0