/// <summary> /// Create a new TypeTelephones object. /// </summary> /// <param name="typeTelephoneID">Initial value of the TypeTelephoneID property.</param> /// <param name="qualifiant">Initial value of the Qualifiant property.</param> public static TypeTelephones CreateTypeTelephones(global::System.Int32 typeTelephoneID, global::System.String qualifiant) { TypeTelephones typeTelephones = new TypeTelephones(); typeTelephones.TypeTelephoneID = typeTelephoneID; typeTelephones.Qualifiant = qualifiant; return(typeTelephones); }
/// <summary> /// Deprecated Method for adding a new object to the TypeTelephones EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTypeTelephones(TypeTelephones typeTelephones) { base.AddObject("TypeTelephones", typeTelephones); }