CallerInfo ClassProvincial Approach to Student Information API
This is a class which contains information about the PASI Client, Software Provider and the user who is calling the service.
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009CallerInfo

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

public class CallerInfo

The CallerInfo type exposes the following members.

Constructors

  NameDescription
Public methodCallerInfo
Create an instance of this class.
Top
Properties

  NameDescription
Public propertyClientMessageID
(Required) (Required - MaxLength(50)) A unique Client message Id which is used by client for message identification
Public propertySentUtcTime
(Required) The time which PASI Client performs a service call
Public propertySoftware
(Required) Information about the Software Provider
Public propertyUser
(Required) Information about the user who performs the service call
Top
Remarks

This is a mandatory class
See Also

Reference