command forms :-)
This commit is contained in:
parent
4faee0d856
commit
d232d4a52e
17 changed files with 214 additions and 48 deletions
|
|
@ -3,8 +3,13 @@ using System.ComponentModel.DataAnnotations.Schema;
|
|||
|
||||
namespace Yavsc.Models.Workflow
|
||||
{
|
||||
public class CommandForm : Forms.Form
|
||||
public class CommandForm
|
||||
{
|
||||
[Key,DatabaseGenerated(DatabaseGeneratedOption.Identity)]
|
||||
public long Id { get; set; }
|
||||
|
||||
public string ViewName { get; set; }
|
||||
|
||||
public string Title { get; set; }
|
||||
|
||||
[Required]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue