/// <summary> /// Create a new Document object. /// </summary> /// <param name="documentId">Initial value of the DocumentId property.</param> public static Document CreateDocument(global::System.Guid documentId) { Document document = new Document(); document.DocumentId = documentId; return document; }
/// <summary> /// Deprecated Method for adding a new object to the Document EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToDocument(Document document) { base.AddObject("Document", document); }