Example #1
0
 private void TaskHandler(Category data)
 {
 }
 /// <summary>
 /// Create a new Category object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="url">Initial value of the Url property.</param>
 /// <param name="status">Initial value of the Status property.</param>
 /// <param name="level">Initial value of the Level property.</param>
 public static Category CreateCategory(global::System.Int32 id, global::System.String url, global::System.Byte status, global::System.Int16 level)
 {
     Category category = new Category();
     category.Id = id;
     category.Url = url;
     category.Status = status;
     category.Level = level;
     return category;
 }