Relativity.DataTransfer.Nodes.NodeContextBase
namespace Relativity.DataTransfer.Nodes
{
public abstract class NodeContextBase : INodeContext, IEquatable<INodeContext>
{
public int ArtifactId { get; }
public string { get; }
public string { get; }
protected NodeContextBase(string fileshareName, int artifactId, string filesharePath);
public bool Equals(INodeContext other);
}
}