This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
using AyaNova.Biz;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using Newtonsoft.Json;
|
||||
|
||||
namespace AyaNova.PickList
|
||||
{
|
||||
|
||||
//This class defines a field used for returning data in list format for UI pick lists
|
||||
//This class defines a field used for pick list templating querying processing editing and returning
|
||||
public class AyaPickListFieldDefinition
|
||||
{
|
||||
//CLIENT / SERVER Unique identifier used at BOTH client and server
|
||||
@@ -27,9 +24,7 @@ namespace AyaNova.PickList
|
||||
{
|
||||
//most common defaults
|
||||
IsRowId = false;
|
||||
IsActiveColumn = false;
|
||||
// AyaObjectType = (int)AyaType.NoType;
|
||||
|
||||
IsActiveColumn = false;
|
||||
}
|
||||
|
||||
//Get column to query for display name or use FieldName if there is no difference
|
||||
@@ -44,11 +39,5 @@ namespace AyaNova.PickList
|
||||
return SqlValueColumnName;
|
||||
}
|
||||
}
|
||||
|
||||
// public bool HasIdColumn()
|
||||
// {
|
||||
// return !string.IsNullOrWhiteSpace(SqlIdColumnName);
|
||||
// }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user