#TenantReportSetEventWatcher

##Properties

None.

##Methods

###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.

Parameters:

Returns:

true if the specified System.Object is equal to the current System.Object; otherwise, false.


###GetHashCode() Serves as a hash function for a particular type.

Returns:

A hash code for the current System.Object.


###GetType() Gets the System.Type of the current instance.

Returns:

The System.Type instance that represents the exact runtime type of the current instance.


###PostExecuteReportSet(Izenda.AdHoc.ReportSet) Executed after the ExecuteReportSet method is executed from the AdHocConfig.

Parameters:


###PostLoadReportSet(System.String,Izenda.AdHoc.ReportSet) Executed after the LoadReportSet method is finished executing from the AdHocConfig.

Parameters:


###PostSaveReportSet(System.String,Izenda.AdHoc.ReportSet) Executed after the SaveReportSet method is finished executing from the AdHocConfig.

Parameters:


###PreExecuteReportSet(Izenda.AdHoc.ReportSet) Executed when the ExecuteReportSet method is called from the AdHocConfig.

Parameters:


###PreLoadReportSet(System.String) Executed when the LoadReportSet method is called from the AdHocConfig.

Parameters:


###PreSaveReportSet(System.String,Izenda.AdHoc.ReportSet) Executed when the SaveReportSet method is called from the AdHocConfig.

Parameters:


###ToString() Returns a System.String that represents the current System.Object.

Returns:

A System.String that represents the current System.Object.