C# Class AnonymousTypesDemo.Employee

Show file Open project: ctsxamarintraining/October15

Public Properties

Property Type Description
DeptId int
EmployeeId int
EmployeeName string

Property Details

DeptId public property

public int DeptId
return int

EmployeeId public property

public int EmployeeId
return int

EmployeeName public property

public string EmployeeName
return string