None.
Name | Description | Type | Additional information |
---|---|---|---|
CustomSearchAndOrderCondition | CustomSearchAndOrderCondition |
None. |
{ "CustomSearchAndOrderCondition": { "OrderColumnName": "sample string 1", "OrderType": 0, "CustomSearchParams": [ { "ColumnName": "sample string 1", "Params": [ {}, {} ] }, { "ColumnName": "sample string 1", "Params": [ {}, {} ] } ] } }
<CustomerLevelCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.Model.NewApi.BaseData"> <_x003C_CustomSearchAndOrderCondition_x003E_k__BackingField xmlns:d2p1="http://schemas.datacontract.org/2004/07/LemonScm.Model.Abstraction.NewApi.BaseData"> <d2p1:CustomSearchParams> <d2p1:CustomSearchParam> <d2p1:ColumnName>sample string 1</d2p1:ColumnName> <d2p1:Params xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:anyType /> <d5p1:anyType /> </d2p1:Params> </d2p1:CustomSearchParam> <d2p1:CustomSearchParam> <d2p1:ColumnName>sample string 1</d2p1:ColumnName> <d2p1:Params xmlns:d5p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d5p1:anyType /> <d5p1:anyType /> </d2p1:Params> </d2p1:CustomSearchParam> </d2p1:CustomSearchParams> <d2p1:OrderColumnName>sample string 1</d2p1:OrderColumnName> <d2p1:OrderType>None</d2p1:OrderType> </_x003C_CustomSearchAndOrderCondition_x003E_k__BackingField> </CustomerLevelCondition>
Sample not available.
Name | Description | Type | Additional information |
---|---|---|---|
LevelId | integer |
None. |
|
LevelNo | string |
None. |
|
LevelName | string |
None. |
[ { "LevelId": 1, "LevelNo": "sample string 2", "LevelName": "sample string 3" }, { "LevelId": 1, "LevelNo": "sample string 2", "LevelName": "sample string 3" } ]
<ArrayOfCustomerLevelListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.BaseData.Models"> <CustomerLevelListModel> <LevelId>1</LevelId> <LevelName>sample string 3</LevelName> <LevelNo>sample string 2</LevelNo> </CustomerLevelListModel> <CustomerLevelListModel> <LevelId>1</LevelId> <LevelName>sample string 3</LevelName> <LevelNo>sample string 2</LevelNo> </CustomerLevelListModel> </ArrayOfCustomerLevelListModel>