Пример #1
0
 /// <summary>
 /// Create a new FinderSubCategory object.
 /// </summary>
 /// <param name="siteId">Initial value of the SiteId property.</param>
 /// <param name="contId">Initial value of the ContId property.</param>
 /// <param name="findCateId">Initial value of the FindCateId property.</param>
 public static FinderSubCategory CreateFinderSubCategory(global::System.Int32 siteId, global::System.Int32 contId, global::System.Int32 findCateId)
 {
     FinderSubCategory finderSubCategory = new FinderSubCategory();
     finderSubCategory.SiteId = siteId;
     finderSubCategory.ContId = contId;
     finderSubCategory.FindCateId = findCateId;
     return finderSubCategory;
 }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the FinderSubCategories EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToFinderSubCategories(FinderSubCategory finderSubCategory)
 {
     base.AddObject("FinderSubCategories", finderSubCategory);
 }