Click or drag to resize

ResultInsertAttendance Class

Used to return status information from Insert Attendance method calls.
Inheritance Hierarchy
SystemObject
  SeniorSystemsWS.EntityResultInsertAttendance

Namespace:  SeniorSystemsWS.Entity
Assembly:  SeniorSystemsWS.Entity (in SeniorSystemsWS.Entity.dll) Version: 937.0.0.0 (937.0.0.33)
Syntax
public class ResultInsertAttendance

The ResultInsertAttendance type exposes the following members.

Constructors
  NameDescription
Public methodResultInsertAttendance
Top
Properties
  NameDescription
Public propertyoverallStatus
Gets or sets the return status.
Public propertyResults
This list of records is a one to one map to the records submitted to the method. The status of every record submitted will be represented here. If no records were submitted with the call then this list will be empty.
Top
Methods
  NameDescription
Public methodupdateStats
Top
See Also