Exemplo n.º 1
0
 /// <summary>
 /// Create a new LRSCategoryType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="category">Initial value of the Category property.</param>
 public static LRSCategoryType CreateLRSCategoryType(global::System.Int32 id, global::System.String category)
 {
     LRSCategoryType lRSCategoryType = new LRSCategoryType();
     lRSCategoryType.Id = id;
     lRSCategoryType.Category = category;
     return lRSCategoryType;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the LRSCategoryTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLRSCategoryTypes(LRSCategoryType lRSCategoryType)
 {
     base.AddObject("LRSCategoryTypes", lRSCategoryType);
 }