protected virtual ProcessSchema CreateReportResourcesEventsProcessSchema() { var schema = new ReportResourcesEventsProcessSchema(ProcessSchemaManager, this); schema.InitializePrimaryInfo(); return(schema); }
public ReportResourcesEventsProcessSchema(ReportResourcesEventsProcessSchema source) : base(source) { }