CustomFieldsCheckInPostEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the post-event arguments for the OnCheckedIn event handler method.
The CustomFieldsCheckInPostEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CustomFieldsCheckInPostEventArgs | Creates an instance of the CustomFieldsCheckInPostEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
CustomFields | Gets a collection of GUIDs that represent the custom fields that are checked in. | |
Force | Gets a Boolean value that indicates whether an administrator or project owner forced check in of a custom field. |
Top
Methods
Name | Description | |
---|---|---|
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