AuditEventInfo ClassProvincial Approach to Student Information API
This data contract is used to communicate who created a record and who last modified a record
Inheritance Hierarchy

SystemObject
  PASI.DataContract.V2009AuditEventInfo

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

public class AuditEventInfo

The AuditEventInfo type exposes the following members.

Constructors

  NameDescription
Public methodAuditEventInfo
Top
Properties

  NameDescription
Public propertyAction
Indicates if this audit event was an Add, Update or Delete
Public propertyAuditEventUtc
The time of modification
Public propertyCoreMessageId
The CoreMessageId that was returned to the caller in the SOAP Header that triggered the change
Public propertyExtendedAuditEventInfo
(Required) Additional audit event information
Public propertyOrganizationCode
The organization that created/modified the record this AuditRecord is attached to. The value is in the form "type.code" where "type" is the organization type and "code" is the organization code. The type may be "S" for School, "A" for School Authority, or "O" for Ministry Client. The code is a four-digit number. Some examples: "S.0982" = School 0982 "A.0050" = School Authority 0050 "O.0001" = Ministry Client 0001
Public propertyStateProvinceId
The identifier of the student that was affected by the change
Public propertySubject
The subject of the modification
Public propertySubjectRefId
The identifier of the record that was modified
Public propertyUserName
The name of the user that created/modified the record this AuditRecord is attached to
Top
See Also

Reference