CustomFieldsCheckInPreEventArgs Members
Include Protected Members
Include Inherited 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 | |
---|---|---|
CustomFieldsCheckInPreEventArgs | Creates an instance of the CustomFieldsCheckInPreEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
Cancel | Reads or writes a Boolean value that indicates whether to cancel the check in of a custom field. | |
CancelReason | Reads or writes text that explains why check in of a custom field is to be canceled. | |
CustomFields | Gets a collection of GUIDs that represent the custom fields that are checked in. (Inherited from CustomFieldsCheckInPostEventArgs.) | |
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 | |
---|---|---|
CancelEvent | Cancels the check in of the custom field. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top