/// <summary> /// Create a new WinkTypes object. /// </summary> /// <param name="wt_id">Initial value of the wt_id property.</param> /// <param name="wt_name">Initial value of the wt_name property.</param> /// <param name="wt_phrase">Initial value of the wt_phrase property.</param> /// <param name="wt_active">Initial value of the wt_active property.</param> public static WinkTypes CreateWinkTypes(global::System.Int32 wt_id, global::System.String wt_name, global::System.String wt_phrase, global::System.Boolean wt_active) { WinkTypes winkTypes = new WinkTypes(); winkTypes.wt_id = wt_id; winkTypes.wt_name = wt_name; winkTypes.wt_phrase = wt_phrase; winkTypes.wt_active = wt_active; return winkTypes; }
/// <summary> /// Deprecated Method for adding a new object to the WinkTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToWinkTypes(WinkTypes winkTypes) { base.AddObject("WinkTypes", winkTypes); }