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