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