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