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