/// <summary> /// Create a new MetalType object. /// </summary> /// <param name="id">Initial value of the id property.</param> /// <param name="name">Initial value of the name property.</param> public static MetalType CreateMetalType(global::System.Int32 id, global::System.String name) { MetalType metalType = new MetalType(); metalType.id = id; metalType.name = name; return metalType; }
/// <summary> /// Deprecated Method for adding a new object to the MetalTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToMetalTypes(MetalType metalType) { base.AddObject("MetalTypes", metalType); }