コード例 #1
0
ファイル: CMSModel.Designer.cs プロジェクト: nhtera/CrowdCMS
 /// <summary>
 /// Deprecated Method for adding a new object to the tbl_GalleryTags EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotbl_GalleryTags(tbl_GalleryTags tbl_GalleryTags)
 {
     base.AddObject("tbl_GalleryTags", tbl_GalleryTags);
 }
コード例 #2
0
ファイル: CMSModel.Designer.cs プロジェクト: nhtera/CrowdCMS
 /// <summary>
 /// Create a new tbl_GalleryTags object.
 /// </summary>
 /// <param name="galleryTagID">Initial value of the GalleryTagID property.</param>
 /// <param name="gT_Title">Initial value of the GT_Title property.</param>
 /// <param name="gT_Class">Initial value of the GT_Class property.</param>
 /// <param name="gT_IsImageTag">Initial value of the GT_IsImageTag property.</param>
 public static tbl_GalleryTags Createtbl_GalleryTags(global::System.Int32 galleryTagID, global::System.String gT_Title, global::System.String gT_Class, global::System.Boolean gT_IsImageTag)
 {
     tbl_GalleryTags tbl_GalleryTags = new tbl_GalleryTags();
     tbl_GalleryTags.GalleryTagID = galleryTagID;
     tbl_GalleryTags.GT_Title = gT_Title;
     tbl_GalleryTags.GT_Class = gT_Class;
     tbl_GalleryTags.GT_IsImageTag = gT_IsImageTag;
     return tbl_GalleryTags;
 }