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