This commit is contained in:
2020-01-30 00:34:07 +00:00
parent 09d8d16fc9
commit e268604cec

View File

@@ -71,6 +71,10 @@ namespace AyaNova.DataList
if (o.AyaObjectType != 0)
sb.Append($",\"ay\":{(int)o.AyaObjectType}");
//Has a Enumtype?
if (!string.IsNullOrEmpty(o.EnumType))
sb.Append($",\"et\":{o.EnumType}");
sb.Append("}");
}