None.
Name | Description | Type | Additional information |
---|---|---|---|
Total | integer |
None. |
|
PageSize | integer |
None. |
|
PageIndex | integer |
None. |
|
CategoryIds | Collection of integer |
None. |
|
Keywords | string |
None. |
|
ShowDisabled | boolean |
None. |
|
ShowDisabledExt | integer |
None. |
|
IsAp | boolean |
None. |
|
Ids | Collection of integer |
None. |
{ "Total": 1, "PageSize": 2, "PageIndex": 3, "CategoryIds": [ 1, 2 ], "Keywords": "sample string 4", "ShowDisabled": true, "ShowDisabledExt": 1, "IsAp": true, "Ids": [ 1, 2 ] }
<ProductSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.Product"> <_x003C_CategoryIds_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </_x003C_CategoryIds_x003E_k__BackingField> <_x003C_Ids_x003E_k__BackingField xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:int>1</d2p1:int> <d2p1:int>2</d2p1:int> </_x003C_Ids_x003E_k__BackingField> <_x003C_IsAp_x003E_k__BackingField>true</_x003C_IsAp_x003E_k__BackingField> <_x003C_Keywords_x003E_k__BackingField>sample string 4</_x003C_Keywords_x003E_k__BackingField> <_x003C_PageIndex_x003E_k__BackingField>3</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>2</_x003C_PageSize_x003E_k__BackingField> <_x003C_ShowDisabledExt_x003E_k__BackingField>1</_x003C_ShowDisabledExt_x003E_k__BackingField> <_x003C_ShowDisabled_x003E_k__BackingField>true</_x003C_ShowDisabled_x003E_k__BackingField> <_x003C_Total_x003E_k__BackingField>1</_x003C_Total_x003E_k__BackingField> </ProductSearchModel>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |