Show / Hide Table of Contents

Class AgentType

Represents the Relativity agent type object.

Inheritance
System.Object
Artifact
NamedArtifact
AgentType
Implements
IHasName
Inherited Members
NamedArtifact.Name
Artifact.ArtifactID
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, IHasName

Properties

| Improve this Doc View Source

ApplicationName

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
| Improve this Doc View Source

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
| Improve this Doc View Source

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>
| Improve this Doc View Source

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>

Implements

IHasName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX