Ejemplo n.º 1
0
 /// <summary>
 /// Called before any property of ChildrenList_Child is updated and before the HasChanged event gets raised
 /// </summary>
 partial void onUpdating(
     string text,
     ChildrenList_Parent parent,
     ChildrenList_ParentNullable?parentNullable,
     ChildrenList_CreateOnlyParent createOnlyParent,
     ChildrenList_CreateOnlyParentNullable?createOnlyParentNullable,
     ref bool isCancelled)
 {
 }
 public ChildrenList_ParentRaw(ChildrenList_Parent childrenList_Parent)
 {
     Key  = childrenList_Parent.Key;
     Text = childrenList_Parent.Text;
 }