ResourceEventReceiver Members
Include Protected Members
Include Inherited Members
Includes event handlers for methods in the [Resource Web service].Resource class.
The ResourceEventReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ResourceEventReceiver | Creates an instance of the ResourceEventReceiver class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnActivated | A post-event handler for the ActivateResources method. | |
OnActivating | A pre-event handler for the ActivateResources method. | |
OnChanged | A post-event handler for the UpdateResources method. | |
OnChanging | A pre-event handler for the UpdateResources method. | |
OnCheckedIn | A post-event handler for the CheckInResources method. | |
OnCheckedOut | A post-event handler for the CheckOutResources method. | |
OnCheckingIn | A pre-event handler for the CheckInResources method. | |
OnCheckingOut | A pre-event handler for the CheckOutResources method. | |
OnCreated | A post-event handler for the CreateResources method. | |
OnCreating | A pre-event handler for the CreateResources method. | |
OnDeactivated | A post-event handler for the DeactivateResources method. | |
OnDeactivating | A pre-event handler for the DeactivateResources method. | |
OnDeleted | A post-event handler for the DeleteResources method. | |
OnDeleting | A pre-event handler for the DeleteResources method. | |
OnSetAuthorization | A post-event handler for the SetResourceAuthorization method. | |
OnSettingAuthorization | A pre-event handler for the SetResourceAuthorization method. | |
ToString | (Inherited from Object.) |
Top