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