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