ReflectionIT NDocSample Library

Employee Class

Employee class used to demonstrate NDoc and Visual Studio.NET integration.

For a list of all members of this type, see Employee Members.

System.Object
   Employee

public class Employee

Example

Some sample:

            Employee emp = new Employee("Jim", 4000);
            emp.RaiseSalary();
            Console.WriteLine(emp.GetYearSalary);

Requirements

Namespace: ReflectionIT.NDocSample

Assembly: ReflectionIT.NDocSample (in ReflectionIT.NDocSample.dll)

See Also

Employee Members | ReflectionIT.NDocSample Namespace