/// <summary> /// Create a new bvc_CustomPage object. /// </summary> /// <param name="bvin">Initial value of the bvin property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="content">Initial value of the Content property.</param> /// <param name="menuName">Initial value of the MenuName property.</param> /// <param name="showInTopMenu">Initial value of the ShowInTopMenu property.</param> /// <param name="showInBottomMenu">Initial value of the ShowInBottomMenu property.</param> /// <param name="lastUpdated">Initial value of the LastUpdated property.</param> /// <param name="preTransformContent">Initial value of the PreTransformContent property.</param> /// <param name="metaDescription">Initial value of the MetaDescription property.</param> /// <param name="metaKeywords">Initial value of the MetaKeywords property.</param> public static bvc_CustomPage Createbvc_CustomPage(global::System.String bvin, global::System.String name, global::System.String content, global::System.String menuName, global::System.Int32 showInTopMenu, global::System.Int32 showInBottomMenu, global::System.DateTime lastUpdated, global::System.String preTransformContent, global::System.String metaDescription, global::System.String metaKeywords) { bvc_CustomPage bvc_CustomPage = new bvc_CustomPage(); bvc_CustomPage.bvin = bvin; bvc_CustomPage.Name = name; bvc_CustomPage.Content = content; bvc_CustomPage.MenuName = menuName; bvc_CustomPage.ShowInTopMenu = showInTopMenu; bvc_CustomPage.ShowInBottomMenu = showInBottomMenu; bvc_CustomPage.LastUpdated = lastUpdated; bvc_CustomPage.PreTransformContent = preTransformContent; bvc_CustomPage.MetaDescription = metaDescription; bvc_CustomPage.MetaKeywords = metaKeywords; return bvc_CustomPage; }
/// <summary> /// Deprecated Method for adding a new object to the bvc_CustomPage EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTobvc_CustomPage(bvc_CustomPage bvc_CustomPage) { base.AddObject("bvc_CustomPage", bvc_CustomPage); }