Ejemplo n.º 1
0
        /// <summary>
        /// Create a new accWebSiteModule object.
        /// </summary>
        /// <param name="idWebSite">Initial value of the IdWebSite property.</param>
        /// <param name="idModule">Initial value of the IdModule property.</param>
        public static accWebSiteModule CreateaccWebSiteModule(global::System.Int32 idWebSite, global::System.Int32 idModule)
        {
            accWebSiteModule accWebSiteModule = new accWebSiteModule();

            accWebSiteModule.IdWebSite = idWebSite;
            accWebSiteModule.IdModule  = idModule;
            return(accWebSiteModule);
        }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the accWebSiteModules EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToaccWebSiteModules(accWebSiteModule accWebSiteModule)
 {
     base.AddObject("accWebSiteModules", accWebSiteModule);
 }