/// <summary>
        /// Create a new peopleSalutationType object.
        /// </summary>
        /// <param name="salutationID">Initial value of the salutationID property.</param>
        /// <param name="salutationLong">Initial value of the salutationLong property.</param>
        public static peopleSalutationType CreatepeopleSalutationType(global::System.Int32 salutationID, global::System.String salutationLong)
        {
            peopleSalutationType peopleSalutationType = new peopleSalutationType();

            peopleSalutationType.salutationID   = salutationID;
            peopleSalutationType.salutationLong = salutationLong;
            return(peopleSalutationType);
        }
 /// <summary>
 /// Create a new peopleSalutationType object.
 /// </summary>
 /// <param name="salutationID">Initial value of the salutationID property.</param>
 /// <param name="salutationLong">Initial value of the salutationLong property.</param>
 public static peopleSalutationType CreatepeopleSalutationType(global::System.Int32 salutationID, global::System.String salutationLong)
 {
     peopleSalutationType peopleSalutationType = new peopleSalutationType();
     peopleSalutationType.salutationID = salutationID;
     peopleSalutationType.salutationLong = salutationLong;
     return peopleSalutationType;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the peopleSalutationTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTopeopleSalutationTypes(peopleSalutationType peopleSalutationType)
 {
     base.AddObject("peopleSalutationTypes", peopleSalutationType);
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the peopleSalutationTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTopeopleSalutationTypes(peopleSalutationType peopleSalutationType)
 {
     base.AddObject("peopleSalutationTypes", peopleSalutationType);
 }