Inheritance Hierarchy
Namespace:
SoftGear.Strix.Client.Core
Assembly:
strix-client-csharp-core (in strix-client-csharp-core.dll) Version: 2.3.0
Syntax public class CRUDClient<M> : RequestClient
where M : IModel
Type Parameters
- M
The CRUDClientM type exposes the following members.
Constructors
| Name | Description |
---|
| CRUDClientM | Initializes a new instance of the CRUDClientM class |
TopMethods
| Name | Description |
---|
| Create | |
| Delete | |
| DeleteBy | |
| Get | |
| GetCount | |
| OnCreateFailed | |
| OnCreateResponse | |
| OnDeleteByFailed | |
| OnDeleteByResponse | |
| OnDeleteFailed | |
| OnDeleteResponse | |
| OnGetCountFailed | |
| OnGetCountResponse | |
| OnGetFailed | |
| OnGetResponse | |
| OnSearchFailed | |
| OnSearchResponse | |
| OnSetByFailed | |
| OnSetByResponse | |
| OnSetFailed | |
| OnSetResponse | |
| Search(SearchMessageM, RequestResultHandlerSearchResponseM, RequestFailureHandler, RequestConfig) | |
| Search(Int32, Int32, RequestResultHandlerSearchResponseM, RequestFailureHandler, RequestConfig) | |
| Search(ICondition, Order, Int32, Int32, RequestResultHandlerSearchResponseM, RequestFailureHandler, RequestConfig) | |
| Set | |
| SetBy | |
TopSee Also