kCura.EDDS.WebAPI.CaseManagerBase.ExtendedCaseInfo
namespace kCura.EDDS.WebAPI.CaseManagerBase
{
public class ExtendedCaseInfo
{
public int ArtifactID { get; set; }
public string Name { get; set; }
public int ClientArtifactID { get; set; }
public int MatterArtifactID { get; set; }
public int ResourceGroupArtifactID { get; set; }
public int StatusCodeArtifactID { get; set; }
public string DownloadHandlerApplicationPath { get; set; }
public int DefaultFileLocationCodeArtifactID { get; set; }
public int DefaultCacheLocationServerArtifactID { get; set; }
public string DefaultFileLocationName { get; set; }
public int SqlFullTextLcid { get; set; }
public int ServerID { get; set; }
public string MasterDBLocation { get; set; }
public int RootArtifactID { get; set; }
public int RootFolderID { get; set; }
public string { get; set; }
public string SQLServerProductVersion { get; set; }
public string Version { get; set; }
public ExtendedCaseInfo();
}
}