소스 검색

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")]