Name | Description | Type | Additional information |
---|---|---|---|
kw | string |
Required |
|
offsetStop | string |
Required |
|
showDisable | boolean |
Default value is False |
None.
Name | Description | Type | Additional information |
---|---|---|---|
OffsetStop | string |
None. |
|
Items | Collection of DDLEmployee |
None. |
|
Meta | string |
None. |
{ "OffsetStop": "sample string 1", "Items": [ { "Id": 1, "No": "sample string 2", "Name": "sample string 3", "DepartmentName": "sample string 4", "DepartmentId": 5 }, { "Id": 1, "No": "sample string 2", "Name": "sample string 3", "DepartmentName": "sample string 4", "DepartmentId": 5 } ], "Meta": "sample string 2" }
<DDLListOfDDLEmployeeJYhYqFqe xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonScm.WebApi.Areas.Framework.Models"> <Items> <DDLEmployee> <DepartmentId>5</DepartmentId> <DepartmentName>sample string 4</DepartmentName> <Id>1</Id> <Name>sample string 3</Name> <No>sample string 2</No> </DDLEmployee> <DDLEmployee> <DepartmentId>5</DepartmentId> <DepartmentName>sample string 4</DepartmentName> <Id>1</Id> <Name>sample string 3</Name> <No>sample string 2</No> </DDLEmployee> </Items> <Meta>sample string 2</Meta> <OffsetStop>sample string 1</OffsetStop> </DDLListOfDDLEmployeeJYhYqFqe>