#SecurityReportSetEventWatcher
##Properties
None.
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
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:
- Izenda.AdHoc.ReportSet reportSet - The Izenda.AdHoc.ReportSet to post-process.
###PostLoadReportSet(System.String,Izenda.AdHoc.ReportSet) Executed after the LoadReportSet method is finished executing from the AdHocConfig.
Parameters:
- System.String name - The System.String representation of the report name.
- Izenda.AdHoc.ReportSet reportSet - The Izenda.AdHoc.ReportSet that was loaded.
###PostSaveReportSet(System.String,Izenda.AdHoc.ReportSet) Executed after the SaveReportSet method is finished executing from the AdHocConfig.
Parameters:
- System.String name - The System.String representation of the report name.
- Izenda.AdHoc.ReportSet reportSet - The Izenda.AdHoc.ReportSet that was saved.
###PreExecuteReportSet(Izenda.AdHoc.ReportSet) Executed when the ExecuteReportSet method is called from the AdHocConfig.
Parameters:
- Izenda.AdHoc.ReportSet reportSet - The Izenda.AdHoc.ReportSet that the hidden filters will be applied to.
###PreLoadReportSet(System.String) Executed when the LoadReportSet method is called from the AdHocConfig.
Parameters:
- System.String name - The System.String representation of the report name.
###PreSaveReportSet(System.String,Izenda.AdHoc.ReportSet) Executed when the SaveReportSet method is called from the AdHocConfig.
Parameters:
- System.String name - The System.String representation of the report name.
- Izenda.AdHoc.ReportSet reportSet - The Izenda.AdHoc.ReportSet to save.
###ToString() Returns a System.String that represents the current System.Object.
Returns:
A System.String that represents the current System.Object.
