mirror of
https://github.com/DevExpress/netcore-winforms-demos.git
synced 2026-01-03 07:14:01 +00:00
Add Outlook Inspired and Stock Market demos
This commit is contained in:
13
OutlookInspiredApp/DevExpress.DevAV/AttachedFile.cs
Normal file
13
OutlookInspiredApp/DevExpress.DevAV/AttachedFile.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace DevExpress.DevAV {
|
||||
public class TaskAttachedFile : DatabaseObject {
|
||||
public virtual EmployeeTask EmployeeTask { get; set; }
|
||||
public long? EmployeeTaskId { get; set; }
|
||||
public string Name { get; set; }
|
||||
public byte[] Content { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user