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