![]() |
Provides a direct HTTP access to perform various tasks such as adding, editing, and removing Failed Logins. More...
Public Member Functions | |
| EntityView | GetEntityView () |
| Creates meta information of "failed login" entity. More... | |
| long | Count () |
| Counts the number of failed logins. More... | |
| IEnumerable< MixERP.Net.Entities.Audit.FailedLogin > | Get () |
| Returns collection of failed login for export. More... | |
| MixERP.Net.Entities.Audit.FailedLogin | Get (long failedLoginId) |
| Returns an instance of failed login. More... | |
| IEnumerable< MixERP.Net.Entities.Audit.FailedLogin > | Get ([FromUri] long[] failedLoginIds) |
| IEnumerable< MixERP.Net.Entities.Audit.FailedLogin > | GetPagedResult () |
| Creates a paginated collection containing 25 failed logins on each page, sorted by the property FailedLoginId. More... | |
| IEnumerable< MixERP.Net.Entities.Audit.FailedLogin > | GetPagedResult (long pageNumber) |
| Creates a paginated collection containing 25 failed logins on each page, sorted by the property FailedLoginId. More... | |
| long | CountWhere ([FromBody]dynamic filters) |
| Counts the number of failed logins using the supplied filter(s). More... | |
| IEnumerable< MixERP.Net.Entities.Audit.FailedLogin > | GetWhere (long pageNumber, [FromBody]dynamic filters) |
| Creates a filtered and paginated collection containing 25 failed logins on each page, sorted by the property FailedLoginId. More... | |
| long | CountFiltered (string filterName) |
| Counts the number of failed logins using the supplied filter name. More... | |
| IEnumerable< MixERP.Net.Entities.Audit.FailedLogin > | GetFiltered (long pageNumber, string filterName) |
| Creates a filtered and paginated collection containing 25 failed logins on each page, sorted by the property FailedLoginId. More... | |
| IEnumerable< DisplayField > | GetDisplayFields () |
| Displayfield is a lightweight key/value collection of failed logins. More... | |
| IEnumerable< PetaPoco.CustomField > | GetCustomFields () |
| A custom field is a user defined field for failed logins. More... | |
| IEnumerable< PetaPoco.CustomField > | GetCustomFields (string resourceId) |
| A custom field is a user defined field for failed logins. More... | |
| void | AddOrEdit ([FromBody]Newtonsoft.Json.Linq.JArray form) |
| Adds or edits your instance of FailedLogin class. More... | |
| void | Add (MixERP.Net.Entities.Audit.FailedLogin failedLogin) |
| Adds your instance of FailedLogin class. More... | |
| void | Edit (long failedLoginId, [FromBody] MixERP.Net.Entities.Audit.FailedLogin failedLogin) |
| Edits existing record with your instance of FailedLogin class. More... | |
| List< object > | BulkImport ([FromBody]dynamic collection) |
| Adds or edits multiple instances of FailedLogin class. More... | |
| void | Delete (long failedLoginId) |
| Deletes an existing instance of FailedLogin class via FailedLoginId. More... | |
Properties | |
| long | LoginId [get] |
| int | UserId [get] |
| int | OfficeId [get] |
| string | Catalog [get] |
Provides a direct HTTP access to perform various tasks such as adding, editing, and removing Failed Logins.
| void MixERP.Net.Api.Audit.FailedLoginController.Add | ( | MixERP.Net.Entities.Audit.FailedLogin | failedLogin | ) |
Adds your instance of FailedLogin class.
| failedLogin | Your instance of failed logins class to add. |
| void MixERP.Net.Api.Audit.FailedLoginController.AddOrEdit | ( | [FromBody] Newtonsoft.Json.Linq.JArray | form | ) |
Adds or edits your instance of FailedLogin class.
| failedLogin | Your instance of failed logins class to add or edit. |
| List<object> MixERP.Net.Api.Audit.FailedLoginController.BulkImport | ( | [FromBody] dynamic | collection | ) |
Adds or edits multiple instances of FailedLogin class.
| collection | Your collection of FailedLogin class to bulk import. |
| MixERPException | Thrown when your any FailedLogin class in the collection is invalid or malformed. |
| long MixERP.Net.Api.Audit.FailedLoginController.Count | ( | ) |
Counts the number of failed logins.
| long MixERP.Net.Api.Audit.FailedLoginController.CountFiltered | ( | string | filterName | ) |
Counts the number of failed logins using the supplied filter name.
| filterName | The named filter. |
| long MixERP.Net.Api.Audit.FailedLoginController.CountWhere | ( | [FromBody] dynamic | filters | ) |
Counts the number of failed logins using the supplied filter(s).
| filters | The list of filter conditions. |
| void MixERP.Net.Api.Audit.FailedLoginController.Delete | ( | long | failedLoginId | ) |
Deletes an existing instance of FailedLogin class via FailedLoginId.
| failedLoginId | Enter the value for FailedLoginId in order to find and delete the existing record. |
| void MixERP.Net.Api.Audit.FailedLoginController.Edit | ( | long | failedLoginId, |
| [FromBody] MixERP.Net.Entities.Audit.FailedLogin | failedLogin | ||
| ) |
Edits existing record with your instance of FailedLogin class.
| failedLogin | Your instance of FailedLogin class to edit. |
| failedLoginId | Enter the value for FailedLoginId in order to find and edit the existing record. |
| IEnumerable<MixERP.Net.Entities.Audit.FailedLogin> MixERP.Net.Api.Audit.FailedLoginController.Get | ( | ) |
Returns collection of failed login for export.
| MixERP.Net.Entities.Audit.FailedLogin MixERP.Net.Api.Audit.FailedLoginController.Get | ( | long | failedLoginId | ) |
Returns an instance of failed login.
| failedLoginId | Enter FailedLoginId to search for. |
| IEnumerable<PetaPoco.CustomField> MixERP.Net.Api.Audit.FailedLoginController.GetCustomFields | ( | ) |
A custom field is a user defined field for failed logins.
| IEnumerable<PetaPoco.CustomField> MixERP.Net.Api.Audit.FailedLoginController.GetCustomFields | ( | string | resourceId | ) |
A custom field is a user defined field for failed logins.
| IEnumerable<DisplayField> MixERP.Net.Api.Audit.FailedLoginController.GetDisplayFields | ( | ) |
Displayfield is a lightweight key/value collection of failed logins.
| EntityView MixERP.Net.Api.Audit.FailedLoginController.GetEntityView | ( | ) |
Creates meta information of "failed login" entity.
| IEnumerable<MixERP.Net.Entities.Audit.FailedLogin> MixERP.Net.Api.Audit.FailedLoginController.GetFiltered | ( | long | pageNumber, |
| string | filterName | ||
| ) |
Creates a filtered and paginated collection containing 25 failed logins on each page, sorted by the property FailedLoginId.
| pageNumber | Enter the page number to produce the resultset. |
| filterName | The named filter. |
| IEnumerable<MixERP.Net.Entities.Audit.FailedLogin> MixERP.Net.Api.Audit.FailedLoginController.GetPagedResult | ( | ) |
Creates a paginated collection containing 25 failed logins on each page, sorted by the property FailedLoginId.
| IEnumerable<MixERP.Net.Entities.Audit.FailedLogin> MixERP.Net.Api.Audit.FailedLoginController.GetPagedResult | ( | long | pageNumber | ) |
Creates a paginated collection containing 25 failed logins on each page, sorted by the property FailedLoginId.
| pageNumber | Enter the page number to produce the resultset. |
| IEnumerable<MixERP.Net.Entities.Audit.FailedLogin> MixERP.Net.Api.Audit.FailedLoginController.GetWhere | ( | long | pageNumber, |
| [FromBody] dynamic | filters | ||
| ) |
Creates a filtered and paginated collection containing 25 failed logins on each page, sorted by the property FailedLoginId.
| pageNumber | Enter the page number to produce the resultset. |
| filters | The list of filter conditions. |