StudentAddress

StudentAddress class

Student address class.

public class StudentAddress

Constructors

Name Description
StudentAddress() Initializes a new instance of StudentAddress class.

Properties

Name Description
Address1 { get; set; } Gets or sets the student address, line 1.
Address2 { get; set; } Gets or sets the student address, line 2.
Address3 { get; set; } Gets or sets the student address, line 3.
City { get; set; } Gets or sets the student address city.
CountryString { get; set; } Gets or sets the student address country.
PostalCode { get; set; } Gets or sets the student address postal code.
State { get; set; } Gets or sets the student address state.
StudentName { get; set; } Gets or sets the name of student.

See Also