LookupTableCheckInPreEventArgs Members
Include Protected Members
Include Inherited Members
Represents methods and properties in the pre-event arguments for the OnCheckingIn event handler method.
The LookupTableCheckInPreEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LookupTableCheckInPreEventArgs | Creates an instance of the LookupTableCheckInPreEventArgs class. |
Top
Properties
Name | Description | |
---|---|---|
Cancel | Reads or writes a Boolean value that indicates whether to cancel check in of a lookup table. | |
CancelReason | Reads or writes the text that explains why check in of a lookup table is to be canceled. | |
Force | Gets a Boolean value that indicates whether an administrator or project owner forced check in of a lookup table. (Inherited from LookupTableCheckInPostEventArgs.) | |
LookupTables | Gets the collection of GUIDs that are associated with the lookup table that has been checked in. (Inherited from LookupTableCheckInPostEventArgs.) |
Top
Methods
Name | Description | |
---|---|---|
CancelEvent | Cancels check in of the lookup table. | |
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