Beispiel #1
0
 /// <summary>
 ///
 /// </summary>
 /// <param name="messageObject"></param>
 public void Update(UILayoutConfig messageObject)
 {
     UILayoutConfigOperation.UpdateUIConfigList(messageObject);
 }
Beispiel #2
0
 /// <summary>
 /// Insert an entry to UILayout config table, the data will be pushed from EDC  for reloading the UI layout (Tiles menu) while changing the Inventory.
 /// </summary>
 /// <param name="messageObject"></param>
 public void Post(UILayoutConfig messageObject)
 {
     UILayoutConfigOperation.InsertUIConfigList(messageObject);
 }