Name ClassProvincial Approach to Student Information API
Defines the name for a person
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2017Name

Namespace: PASI.DataContract.V2017
Assembly: PASI.DataContract (in PASI.DataContract.dll) Version: 9.23.3.0 (9.23.3.0)
Syntax

public class Name

The Name type exposes the following members.

Constructors

  NameDescription
Public methodName
Top
Properties

  NameDescription
Public propertyFirstName
(Required) The first name of the person
Public propertyLastName
(Required) The last name of the person
Public propertyLastUpdateUtcTime
The UTC time the name was last modified. This value is ignored when creating or updating a name.
Public propertyMiddleName
The middle name of the person
Public propertyRefId
(Required) The unique identifier for the name record
Public propertyCode exampleSuffix
The suffix for the name if applicable
Top
See Also

Reference