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