C# Class Cream.CourseAssignment.Professor

显示文件 Open project: kikoanis/CSharpCream Class Usage Examples

Public Methods

Method Description
Professor ( Network net ) : System
Professor ( Network net, int realNumberOfCourses ) : System
Professor ( Network net, int realNumberOfCourses, string name ) : System
ToString ( ) : string

Protected Methods

Method Description
Copy ( Network net ) : Professor
ToString ( Professor pc ) : String

Private Methods

Method Description
Professor ( Network net, int realNumberOfCourses, string name, int courses ) : System

Method Details

Copy() protected method

protected Copy ( Network net ) : Professor
net Network
return Professor

Professor() public method

public Professor ( Network net ) : System
net Network
return System

Professor() public method

public Professor ( Network net, int realNumberOfCourses ) : System
net Network
realNumberOfCourses int
return System

Professor() public method

public Professor ( Network net, int realNumberOfCourses, string name ) : System
net Network
realNumberOfCourses int
name string
return System

ToString() protected static method

protected static ToString ( Professor pc ) : String
pc Professor
return String

ToString() public method

public ToString ( ) : string
return string