Class AgentType
Represents the Relativity agent type object.
Implements
Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class AgentType : NamedArtifact, IHasNameProperties
| Improve this Doc View SourceApplicationName
Gets or sets the name of the application associated with this agent type.
Declaration
public string ApplicationName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
CompanyName
Gets or sets the name of the company that implemented or provided the agent.
Declaration
public string CompanyName { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
DefaultInterval
Gets or sets the number of seconds that the agent manager will wait between each agent execution.
Declaration
public decimal? DefaultInterval { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Decimal> | 
DefaultLoggingLevel
Gets or sets the value indicating the message type that the system logs in the Event Viewer.
Declaration
public int? DefaultLoggingLevel { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Nullable<System.Int32> |