NodeContextBase public abstract class NodeContextBase : INodeContext, IEquatable<INodeContext> Documentation Code public int ArtifactId { get; } public string FileshareName { get; } public string FilesharePath { get; } protected NodeContextBase(string fileshareName, int artifactId, string filesharePath) public bool Equals(INodeContext other)