瀏覽代碼

Made EntityForm.Parent virtual

frogsoftware 1 年之前
父節點
當前提交
3ea66c6a7b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      InABox.Core/DigitalForms/Forms/EntityForm.cs

+ 1 - 1
InABox.Core/DigitalForms/Forms/EntityForm.cs

@@ -36,7 +36,7 @@ namespace InABox.Core
 
         [NullEditor]
         [EntityRelationship(DeleteAction.Cascade)]
-        public TParentLink Parent { get; set; }
+        public virtual TParentLink Parent { get; set; }
 
         [NullEditor]
         [Obsolete("Being Replaced by Form")]