User ClassProvincial Approach to Student Information API
Information about the user who performs the service call from local SIS.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009User

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

public class User

The User type exposes the following members.

Constructors

  NameDescription
Public methodUser
Top
Properties

  NameDescription
Public propertyIPAddress
(Required) (Required - MaxLength(50)) The Local IP Address (or machine name) of the node from which the user has initiated the call. In a web-based SIS system, this should be the IP (IPv4 or IPv6) address of the client's browser, in a thick client application SIS system, this should be the local IP address or machine name of the system running the thick client application.
Public propertyLocalID
(Required) (Required - MaxLength(50)) The Authenticated User Id of the user who has initiated the call. This should uniquely identify a user even if the user Name changes.
Public propertyName
(Required) (Required - MaxLength(100)) The Authenticated User Name of the user who has initiated the call.
Public propertyOrganizationCode
(Required) (Required - MaxLength(6)) The organization the user is representing.
Top
Remarks

This information is mandatory
See Also

Reference