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