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