コード例 #1
0
 /// <summary>
 /// Create a new mp_FriendlyUrls object.
 /// </summary>
 /// <param name="urlID">Initial value of the UrlID property.</param>
 /// <param name="isPattern">Initial value of the IsPattern property.</param>
 public static mp_FriendlyUrls Createmp_FriendlyUrls(global::System.Int32 urlID, global::System.Boolean isPattern)
 {
     mp_FriendlyUrls mp_FriendlyUrls = new mp_FriendlyUrls();
     mp_FriendlyUrls.UrlID = urlID;
     mp_FriendlyUrls.IsPattern = isPattern;
     return mp_FriendlyUrls;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the mp_FriendlyUrls EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTomp_FriendlyUrls(mp_FriendlyUrls mp_FriendlyUrls)
 {
     base.AddObject("mp_FriendlyUrls", mp_FriendlyUrls);
 }