Parcourir la source

Made EntityForm.Parent virtual

frogsoftware il y a 1 an
Parent
commit
3ea66c6a7b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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")]