last ...
This commit is contained in:
@@ -31,4 +31,25 @@ namespace xPushService.Constants
|
||||
[StringValue("Candidate")]
|
||||
Candidate,
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Provides All Actions Based on Entities ...
|
||||
/// </summary>
|
||||
public enum XBaseEntityHubAction
|
||||
{
|
||||
[StringValue("Add")]
|
||||
Add,
|
||||
[StringValue("AddOrUpdate")]
|
||||
AddOrUpdate,
|
||||
[StringValue("AddMany")]
|
||||
AddMany,
|
||||
[StringValue("Update")]
|
||||
Update,
|
||||
[StringValue("UpdateMany")]
|
||||
UpdateMany,
|
||||
[StringValue("Delete")]
|
||||
Delete,
|
||||
[StringValue("DeleteMany")]
|
||||
DeleteMany,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user