Exemplo n.º 1
0
        /// <summary>
        /// Create a new subscriptionlength object.
        /// </summary>
        /// <param name="id">Initial value of the id property.</param>
        public static subscriptionlength Createsubscriptionlength(global::System.Int32 id)
        {
            subscriptionlength subscriptionlength = new subscriptionlength();

            subscriptionlength.id = id;
            return(subscriptionlength);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the subscriptionlengths EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTosubscriptionlengths(subscriptionlength subscriptionlength)
 {
     base.AddObject("subscriptionlengths", subscriptionlength);
 }