DataNotificationRequestTypeInfo ClassProvincial Approach to Student Information API
A list of these types are sent from the client to describe the type that should be synchronized as well as the current client PASICoreVersionHash used to detect "out of sync" clients. The maximum version known for the type also must be provided
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009DataNotificationRequestTypeInfo

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

public class DataNotificationRequestTypeInfo

The DataNotificationRequestTypeInfo type exposes the following members.

Constructors

  NameDescription
Public methodDataNotificationRequestTypeInfo
Top
Properties

  NameDescription
Public propertyMaxPASICoreVersion
(Required) The maximum data version known from the client perspective for this type.
Public propertyNotificationType
(Required) Specifies the data type the client wishes to sync with the PASI core.
Public propertyCode examplePASICoreVersionHash
A MD5 hash as a hexadecimal string using all the PasiCoreVersion numbers for this DataNotificationType as a source. If you do not want the PASI Core to preform this check do not pass a value.
Top
See Also

Reference