FacultyInMsg Class

This class comprises a single in-message to add, update, or delete a staff record.
Inheritance Hierarchy
SystemObject
  GenericMsg
    GenericInMsg
      Cmc.CampusLink.Wcf.Messages.CommonFacultyInMsg

Namespace:  Cmc.CampusLink.Wcf.Messages.Common
Assembly:  Cmc.CampusLink.Wcf.Messages (in Cmc.CampusLink.Wcf.Messages.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax
C#
[SerializableAttribute]
public class FacultyInMsg : GenericInMsg

The FacultyInMsg type exposes the following members.

Properties
NameDescription
Public propertyAction
The type of action to be performed on the Staff record.

You can specify one of the following values:

  • Add - Adds the staff record information.
  • Update - Updates staff record information.
  • Delete - Deletes staff record information.
Public propertyActive
Indicates whether the Staff is active or inactive. This value is mandatory.

You can specify one of the following values:

  • True - Indicates the Staff is active.
  • False - Indicates the Staff is inactive.

Database Information:

  • Table name - SyStaff
  • Column name - Active
Public propertyAddress
The Address of the Staff.

Database Information:

  • Table name - SyStaff
  • Column name - Addr1
Public propertyEmail
The Email address of the Staff.

Database Information:

  • Table name - SyStaff
  • Column name - Email
Public propertyEmployeeId
The EmployeeId of the Staff.

Database Information:

  • Table name - SyStaff
  • Column name - EmployeeNumber
Public propertyFacultyId
The ID of the Staff.

Database Information:

  • Table name - SyStaff
  • Column name - SyStaffId
Public propertyFirstName
The Firstname of the Staff.

Database Information:

  • Table name - SyStaff
  • Column name - FirstName
Public propertyIsAXFaculty
Indicates whether the staff is integrated in the calling application. This value is mandatory.

You can specify one of the following values:

  • True - Indicates that the staff is integrated in the calling application.
  • False - Indicates that the staff is not integrated in the calling application.

Database Information:

  • Table name - SyStaff
  • Column name - IsAXFaculty
Public propertyLastname
The Lastname of the Staff.

Database Information:

  • Table name - SyStaff
  • Column name - LastName
Public propertyPhone
The Phone number of the Staff.

Database Information:

  • Table name - SyStaff
  • Column name - Phone
Public propertyUserName
The Username of the Staff.

Database Information:

  • Table name - SyStaff
  • Column name - Username
Top
See Also