/// <summary> /// Deprecated Method for adding a new object to the Folder_ EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToFolder_(Folder_ folder_) { base.AddObject("Folder_", folder_); }
/// <summary> /// Create a new Folder_ object. /// </summary> /// <param name="aQDataID_">Initial value of the AQDataID_ property.</param> /// <param name="aQParentID_">Initial value of the AQParentID_ property.</param> /// <param name="aQLastModified_">Initial value of the AQLastModified_ property.</param> /// <param name="aQLastModifiedBy_">Initial value of the AQLastModifiedBy_ property.</param> public static Folder_ CreateFolder_(global::System.Decimal aQDataID_, global::System.Decimal aQParentID_, global::System.DateTime aQLastModified_, global::System.String aQLastModifiedBy_) { Folder_ folder_ = new Folder_(); folder_.AQDataID_ = aQDataID_; folder_.AQParentID_ = aQParentID_; folder_.AQLastModified_ = aQLastModified_; folder_.AQLastModifiedBy_ = aQLastModifiedBy_; return folder_; }