The name-related criteria (i.e. first name) for locating a student.
Inheritance Hierarchy
PASI.DataContract.V2009NameCriteria
Namespace: PASI.DataContract.V2009
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.25.26.0 (9.25.26.0)
Syntax
The NameCriteria type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NameCriteria |
Properties
| Name | Description | |
|---|---|---|
| FirstName | (Required)
The first name of the student to search.
| |
| LastName | (Required)
The last name of the student to search.
| |
| MiddleName |
The middle name of the student to search.
| |
| SuffixName |
The suffix (i.e. Jr.) name of the student to search.
|
See Also