BatchInfo public class BatchInfo Documentation public int? AssignedToUserID { get; set; } public int BatchID { get; set; } public string BatchName { get; set; } public BatchStatus BatchSatus { get; set; } public bool CanCheckin { get; set; } public bool CanCheckoutForOtherUser { get; set; } public bool CanCheckoutToSelf { get; set; } public bool CanReassignToOtherUser { get; set; } public bool CanReassignToSelf { get; set; } public bool HasUserCheckedOutOtherBatch { get; set; } public BatchInfo()