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