Ejemplo n.º 1
0
 internal DefaultContextItemCollection(EditingContext context)
 {
     _context = context;
     _currentLayer = new DefaultContextLayer(this, null);
 }
Ejemplo n.º 2
0
 //
 // Internal API that calls OnItemChanged.  This is invoked from the
 // abstract ContextItemCollection class so deriving classes can still
 // invoke it.
 //
 internal void InvokeOnItemChanged(EditingContext context, ContextItem previousItem)
 {
     OnItemChanged(context, previousItem);
 }
Ejemplo n.º 3
0
 //
 // Internal API that calls OnItemChanged.  This is invoked from the
 // abstract ContextItemCollection class so deriving classes can still
 // invoke it.
 //
 internal void InvokeOnItemChanged(EditingContext context, ContextItem previousItem)
 {
     OnItemChanged(context, previousItem);
 }
Ejemplo n.º 4
0
 /// <summary>
 ///     This API supports the Entity Framework infrastructure and is not intended to be used directly from your code.
 /// </summary>
 /// <param name="context">This API supports the Entity Framework infrastructure and is not intended to be used directly from your code.</param>
 /// <param name="previousItem">This API supports the Entity Framework infrastructure and is not intended to be used directly from your code.</param>
 protected virtual void OnItemChanged(EditingContext context, ContextItem previousItem)
 {
 }
Ejemplo n.º 5
0
 /// <summary>
 ///     This API supports the Entity Framework infrastructure and is not intended to be used directly from your code.
 /// </summary>
 /// <param name="context">This API supports the Entity Framework infrastructure and is not intended to be used directly from your code.</param>
 /// <param name="previousItem">This API supports the Entity Framework infrastructure and is not intended to be used directly from your code.</param>
 protected virtual void OnItemChanged(EditingContext context, ContextItem previousItem)
 {
 }