This commit is contained in:
@@ -71,6 +71,10 @@ namespace AyaNova.DataList
|
|||||||
if (o.AyaObjectType != 0)
|
if (o.AyaObjectType != 0)
|
||||||
sb.Append($",\"ay\":{(int)o.AyaObjectType}");
|
sb.Append($",\"ay\":{(int)o.AyaObjectType}");
|
||||||
|
|
||||||
|
//Has a Enumtype?
|
||||||
|
if (!string.IsNullOrEmpty(o.EnumType))
|
||||||
|
sb.Append($",\"et\":{o.EnumType}");
|
||||||
|
|
||||||
sb.Append("}");
|
sb.Append("}");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user