MongoServices 0.2.0
A Service/Repository Framework for mongoDB
C:/Development/MongoServices/Source/MongoServices/Services/Classes/SaveResult.cs
Go to the documentation of this file.
00001 using System;
00002 using System.Collections.Generic;
00003 using System.Linq;
00004 using System.Text;
00005 
00006 namespace MongoServices
00007 {
00011         public enum SaveResult
00012         {
00016                 BeforeSaveFailure,
00017 
00021                 Saved,
00022 
00026                 ValidationFailure
00027         }
00028 }
 All Classes Namespaces Files Functions Enumerations Properties