Batch public class Batch : Artifact Documentation public User AssignedTo { get; set; } public int? BatchNumber { get; set; } public BatchSet BatchSet { get; set; } public int? BatchSize { get; set; } public Choice BatchStatus { get; set; } public string BatchUnit { get; set; } public string Name { get; set; } public int? Reviewed { get; set; } public Batch() public Batch(int artifactID)