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