ProcessLogFilter Class |
Namespace: Cobra.Model.WebService
public class ProcessLogFilter : IToolOperationsServiceArguments
The ProcessLogFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| Context |
Determines the context of the process log files to retrieve.
| |
| DateRange |
Determines the range of date of the process log files to retrieve.
| |
| IncludeLog |
Determines whether the process log files to retrieve will contain the log information.
| |
| ProcessId |
Determines the process whose log files to retrieve. Only applies if Context is set to "Project" or "PROGRAM".
| |
| Project |
Determines the project whose process log files to retrieve. Only applies if Context is set to "Project" or "PROGRAM".
| |
| Uid |
Determines the unique id of the process log file that will be retrieved.
| |
| UserId |
Determines the user whole process log files to retrieve.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (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.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |