/// <summary>
 /// Deprecated Method for adding a new object to the PortfolioItemTypes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPortfolioItemTypes(PortfolioItemType portfolioItemType)
 {
     base.AddObject("PortfolioItemTypes", portfolioItemType);
 }
 /// <summary>
 /// Create a new PortfolioItemType object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="description">Initial value of the Description property.</param>
 public static PortfolioItemType CreatePortfolioItemType(global::System.Int32 id, global::System.String name, global::System.String description)
 {
     PortfolioItemType portfolioItemType = new PortfolioItemType();
     portfolioItemType.Id = id;
     portfolioItemType.Name = name;
     portfolioItemType.Description = description;
     return portfolioItemType;
 }