kCura.EDDS.WebAPI.ProductionManagerBase.ProductionInfo
namespace kCura.EDDS.WebAPI.ProductionManagerBase
{
public class ProductionInfo
{
public bool BatesNumbering { get; set; }
public int BeginBatesReflectedFieldId { get; set; }
public bool DocumentsHaveRedactions { get; set; }
public bool IncludeImageLevelNumberingForDocumentLevelNumbering { get; set; }
public string Name { get; set; }
public bool UseDocumentLevelNumbering { get; set; }
public ProductionInfo();
}
}