Breeze.ContextProvider ContextProvider.BeforeSaveEntity in C# (CSharp): 3 esempi trovati. Questi sono i migliori esempi reali in C# (CSharp) per Breeze.ContextProvider.ContextProvider.BeforeSaveEntity, estratti da progetti open source. Li puoi valutare, per aiutarci a migliorare la qualità dei nostri esempi.
The method is called for each entity to be saved before the save occurs. If this method returns 'false' then the entity will be excluded from the save. The base implementation returns the result of BeforeSaveEntityDelegate, or 'true' if BeforeSaveEntityDelegate is null.