/// <summary> /// Deprecated Method for adding a new object to the AssetCategories EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAssetCategories(AssetCategory assetCategory) { base.AddObject("AssetCategories", assetCategory); }
/// <summary> /// Create a new AssetCategory object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="lastUpdated">Initial value of the LastUpdated property.</param> /// <param name="lastUpdatedBy">Initial value of the LastUpdatedBy property.</param> public static AssetCategory CreateAssetCategory(global::System.Int32 id, global::System.String name, global::System.DateTime lastUpdated, global::System.String lastUpdatedBy) { AssetCategory assetCategory = new AssetCategory(); assetCategory.ID = id; assetCategory.Name = name; assetCategory.LastUpdated = lastUpdated; assetCategory.LastUpdatedBy = lastUpdatedBy; return assetCategory; }