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