/// <summary> /// Create a new rolperfil object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="perfilId">Initial value of the PerfilId property.</param> /// <param name="rolId">Initial value of the RolId property.</param> public static rolperfil Createrolperfil(global::System.Int32 id, global::System.Int32 perfilId, global::System.Int32 rolId) { rolperfil rolperfil = new rolperfil(); rolperfil.Id = id; rolperfil.PerfilId = perfilId; rolperfil.RolId = rolId; return rolperfil; }
/// <summary> /// Deprecated Method for adding a new object to the rolperfil EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTorolperfil(rolperfil rolperfil) { base.AddObject("rolperfil", rolperfil); }