Exemplo n.º 1
0
 public override IEnumerable <Tag> BeforeCreate(IEntityHashSet <Tag> affected, ResourcePipeline pipeline)
 {
     return(base.BeforeCreate(affected, pipeline));
 }
Exemplo n.º 2
0
 /// <inheritdoc/>
 public virtual IEnumerable <T> BeforeDelete(IEntityHashSet <T> entities, ResourcePipeline pipeline)
 {
     return(entities);
 }
Exemplo n.º 3
0
 public override IEnumerable <TResource> BeforeDelete(IEntityHashSet <TResource> entities, ResourcePipeline pipeline)
 {
     return(entities);
 }
Exemplo n.º 4
0
 public override IEnumerable <YetAnotherDummy> BeforeDelete(IEntityHashSet <YetAnotherDummy> affected, ResourcePipeline pipeline)
 {
     return(affected);
 }
Exemplo n.º 5
0
 /// <inheritdoc/>
 public virtual IEnumerable <T> BeforeDelete(IEntityHashSet <T> affected, ResourcePipeline pipeline)
 {
     return(affected);
 }