This commit is contained in:
2020-04-29 00:34:53 +00:00
parent 42804d4fcd
commit 649eeb6379
2 changed files with 56 additions and 0 deletions

View File

@@ -287,6 +287,23 @@ namespace AyaNova.PlugIn.V8
return s;
}
public enum AyaUiFieldDataType : int
{
NoType = 0,
DateTime = 1,
Date = 2,
Time = 3,
Text = 4,
Integer = 5,
Bool = 6,
Decimal = 7,
Currency = 8,
Tags = 9,
Enum = 10,
EmailAddress = 11
}
#endregion
}//eoc