Explorar el Código

Made EntityForm.Parent virtual

frogsoftware hace 1 año
padre
commit
3ea66c6a7b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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")]