kCura.EDDS.WebAPI.DocumentManagerBase.RelationalFieldPane
namespace kCura.EDDS.WebAPI.DocumentManagerBase
{
public class RelationalFieldPane
{
public int PaneOrder { get; set; }
public string IconFilename { get; set; }
public string ColumnName { get; set; }
public int FieldArtifactID { get; set; }
public int RelationalViewArtifactID { get; set; }
public string HeaderText { get; set; }
public byte[] IconFileData { get; set; }
public int PaneID { get; set; }
public RelationalFieldPane();
}
}