This commit is contained in:
@@ -8,6 +8,9 @@ namespace AyaNova.PickList
|
||||
//This class defines a field used for returning data in list format for UI pick lists
|
||||
public class AyaPickListFieldDefinition
|
||||
{
|
||||
//TODO: Many of these options are redundant for a picklist as this object was copied from datalist
|
||||
//TODO: remove the redundant options once it's working
|
||||
|
||||
//CLIENT / SERVER Unique identifier used at BOTH client and server
|
||||
//also the sql displaycolumnname if identical
|
||||
public string FieldKey { get; set; }
|
||||
@@ -34,6 +37,7 @@ namespace AyaNova.PickList
|
||||
//MUST be present in all datalists and displayed at the client
|
||||
public bool IsRowId { get; set; }
|
||||
|
||||
|
||||
//CLIENT / SERVER - client display and to indicate what object to open , Server for formatting return object
|
||||
public int AyaObjectType { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user