C# Class AnonymousTypesDemo.Employee

显示文件 Open project: ctsxamarintraining/October15

Public Properties

Property Type Description
DeptId int
EmployeeId int
EmployeeName string

Property Details

DeptId public_oe property

public int DeptId
return int

EmployeeId public_oe property

public int EmployeeId
return int

EmployeeName public_oe property

public string EmployeeName
return string