Пример #1
0
        /// <summary>
        /// Create a new KindOfParameter object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="name">Initial value of the Name property.</param>
        public static KindOfParameter CreateKindOfParameter(global::System.Int32 id, global::System.String name)
        {
            KindOfParameter kindOfParameter = new KindOfParameter();

            kindOfParameter.Id   = id;
            kindOfParameter.Name = name;
            return(kindOfParameter);
        }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the KindOfParameter EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToKindOfParameter(KindOfParameter kindOfParameter)
 {
     base.AddObject("KindOfParameter", kindOfParameter);
 }