CustomFieldsCheckInPreEventArgs members

Represents methods and properties in the pre-event arguments for the OnCheckingIn event handler method.

The CustomFieldsCheckInPreEventArgs type exposes the following members.

Constructors

  Name Description
Protected method CustomFieldsCheckInPreEventArgs()
Public method CustomFieldsCheckInPreEventArgs([], Boolean) Creates an instance of the CustomFieldsCheckInPreEventArgs class; used internally.

Top

Properties

  Name Description
Public property Cancel Reads or writes a Boolean value that indicates whether to cancel the check in of a custom field.
Public property CancelReason Reads or writes text that explains why check in of a custom field is to be canceled.
Public property CustomFields Gets a collection of GUIDs that represent the custom fields that are checked in. (Inherited from CustomFieldsCheckInPostEventArgs.)
Public property Force Gets a Boolean value that indicates whether an administrator or project owner forced check in of a custom field. (Inherited from CustomFieldsCheckInPostEventArgs.)

Top

Methods

  Name Description
Public method CancelEvent Cancels the check in of the custom field.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

CustomFieldsCheckInPreEventArgs class

Microsoft.Office.Project.Server.Events namespace