Click or drag to resize
EF Visual Editor

HTML5Type Enumeration

DomainEnumeration: HTML5Type Description for Sawczyn.EFDesigner.EFModel.HTML5Type

Namespace:  Sawczyn.EFDesigner.EFModel
Assembly:  Sawczyn.EFDesigner.EFModel.Dsl (in Sawczyn.EFDesigner.EFModel.Dsl.dll) Version: 2.0.5.3 (2.0.5.3)
Syntax
public enum HTML5Type
Members
  Member nameValueDescription
None0 None No special meaning
Color1 Color Value is a color
Date2 Date Value is a date (consider changing type to DateTime)
DateTime3 DateTime Value is a date/time (consider changing type to DateTime)
Email4 Email Value is an email address
Month5 Month Value is a month
Number6 Number Value is a number (consider changing type to a numeric type)
Range8 Range Value is a numeric range
Search9 Search Value will be used in a search predicate
Telephone10 Telephone Value is a telephone number
Time11 Time Value is a time
URl12 URl Value is a URL
Week13 Week Value is a calendar week
Password7 Password Value is a password
See Also