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