/// <summary> /// Create a new TipoTelefone object. /// </summary> /// <param name="tipoTelefoneId">Initial value of the TipoTelefoneId property.</param> /// <param name="tipoPessoaId">Initial value of the TipoPessoaId property.</param> /// <param name="nome">Initial value of the Nome property.</param> /// <param name="dataCriacao">Initial value of the DataCriacao property.</param> public static TipoTelefone CreateTipoTelefone(global::System.Int32 tipoTelefoneId, global::System.Byte tipoPessoaId, global::System.String nome, global::System.DateTime dataCriacao) { TipoTelefone tipoTelefone = new TipoTelefone(); tipoTelefone.TipoTelefoneId = tipoTelefoneId; tipoTelefone.TipoPessoaId = tipoPessoaId; tipoTelefone.Nome = nome; tipoTelefone.DataCriacao = dataCriacao; return tipoTelefone; }
/// <summary> /// Deprecated Method for adding a new object to the TipoTelefone EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTipoTelefone(TipoTelefone tipoTelefone) { base.AddObject("TipoTelefone", tipoTelefone); }