Selaa lähdekoodia

Made EntityForm.Parent virtual

frogsoftware 1 vuosi sitten
vanhempi
commit
3ea66c6a7b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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")]