ResourceCheckInPostEventArgs members
Represents methods and properties in the post-event arguments for the OnCheckedIn event handler method.
The ResourceCheckInPostEventArgs type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResourceCheckInPostEventArgs() | ||
ResourceCheckInPostEventArgs([], Boolean) | Creates a new instance of the ResourceCheckInPostEventArgs class; used internally. |
Top
Properties
Name | Description | |
---|---|---|
Force | Gets a Boolean value that indicates whether an administrator or project owner can force check in of the resource. | |
Resources | Gets a collection of the GUIDs that represent the resources that have been checked in. |
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