Ejemplo n.º 1
0
        //---

        public async Task <string> EntitySelectItemCreate(string entitySearchGroupId, string name, int displayOrder, string ownUUID)
        {
            log.LogEverything("Communicator.EntitySelectItemCreate", "called");
            log.LogVariable("Communicator.EntitySelectItemCreate", nameof(entitySearchGroupId), entitySearchGroupId);
            log.LogVariable("Communicator.EntitySelectItemCreate", nameof(name), name);
            log.LogVariable("Communicator.EntitySelectItemCreate", nameof(displayOrder), displayOrder);
            log.LogVariable("Communicator.EntitySelectItemCreate", nameof(ownUUID), ownUUID);

            try
            {
                return(await http.EntitySelectItemCreate(entitySearchGroupId, name, displayOrder, ownUUID));
            }
            catch (Exception ex)
            {
                throw new Exception("EntitySearchItemCreate failed", ex);
            }
        }
Ejemplo n.º 2
0
        //---

        public string EntitySelectItemCreate(string entitySearchGroupId, string name, int displayOrder, string id)
        {
            log.LogEverything("Not Specified", t.GetMethodName() + " called");
            log.LogVariable("Not Specified", nameof(entitySearchGroupId), entitySearchGroupId);
            log.LogVariable("Not Specified", nameof(name), name);
            log.LogVariable("Not Specified", nameof(displayOrder), displayOrder);
            log.LogVariable("Not Specified", nameof(id), id);

            try
            {
                return(http.EntitySelectItemCreate(entitySearchGroupId, name, displayOrder, id));
            }
            catch (Exception ex)
            {
                throw new Exception("EntitySearchItemCreate failed", ex);
            }
        }
Ejemplo n.º 3
0
        //---

        public string EntitySelectItemCreate(string entitySearchGroupId, string name, int displayOrder, string ownUUID)
        {
            log.LogEverything(t.GetMethodName("Comminicator"), "called");
            log.LogVariable(t.GetMethodName("Comminicator"), nameof(entitySearchGroupId), entitySearchGroupId);
            log.LogVariable(t.GetMethodName("Comminicator"), nameof(name), name);
            log.LogVariable(t.GetMethodName("Comminicator"), nameof(displayOrder), displayOrder);
            log.LogVariable(t.GetMethodName("Comminicator"), nameof(ownUUID), ownUUID);

            try
            {
                return(http.EntitySelectItemCreate(entitySearchGroupId, name, displayOrder, ownUUID));
            }
            catch (Exception ex)
            {
                throw new Exception("EntitySearchItemCreate failed", ex);
            }
        }