modelli dati
This commit is contained in:
@@ -34,9 +34,12 @@ namespace WebDoorCreator.Data.DbModels
|
||||
[MaxLength(50)]
|
||||
public string InputType { get; set; }
|
||||
|
||||
[MaxLength(50)]
|
||||
[MaxLength(100)]
|
||||
public string DefaultVal { get; set; }
|
||||
|
||||
[MaxLength(5)]
|
||||
public bool isSerializable { get; set; }
|
||||
|
||||
#endregion Public Properties
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user