Name ClassProvincial Approach to Student Information API
Describes the attributes of a person's name.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009Name

Namespace: PASI.DataContract.V2009
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 propertyEffectiveUtc
The date the name became effective.
Public propertyFirstName
(Required) The first name of a person. Maximum length allowed 50 characters.
Public propertyIsNameExact
(Required) indicates the name entered was entered exactly as it appears on the documentation it was taken from. This would be set to false if the document contains characters that cannot be accepted by PASI.
Public propertyLastName
(Required) The last name of a person. Maximum length allowed 50 characters.
Public propertyMiddleName
The middle name of a person. Maximum length allowed 50 characters.
Public propertyRefId
(Required) A unique identifier for the name.
Public propertyCode exampleSuffix
The suffix associated with a name if appropriate. Maximum length allowed 15 characters.
Public propertyType
(Required) The code specifying the type of name. This will be 'Alias' or 'Legal'
Top
See Also

Reference