Student Class | CSAL Mongo Access Library |
A student enrolled in a class and assigned lessons
Inheritance Hierarchy
Namespace: CSALMongo.Model
Assembly: CSALMongo (in CSALMongo.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class Student : IComparable<Student>
public class Student : IComparable<Student>
Public Class Student Implements IComparable(Of Student)
Public Class Student Implements IComparable(Of Student)
public ref class Student : IComparable<Student^>
public ref class Student : IComparable<Student^>
See Also