/// <summary>
 /// Create a new GraphicProperty object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="property">Initial value of the Property property.</param>
 /// <param name="propertyType">Initial value of the PropertyType property.</param>
 public static GraphicProperty CreateGraphicProperty(global::System.Int32 id, global::System.String property, global::System.String propertyType)
 {
     GraphicProperty graphicProperty = new GraphicProperty();
     graphicProperty.Id = id;
     graphicProperty.Property = property;
     graphicProperty.PropertyType = propertyType;
     return graphicProperty;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the GraphicProperty EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGraphicProperty(GraphicProperty graphicProperty)
 {
     base.AddObject("GraphicProperty", graphicProperty);
 }
 private bool FilterGraphicProperty(GraphicProperty entity)
 {
     return (entity.Id == this.PropertyId);
 }