protected virtual ProcessSchema CreateOpportunityContactEventsProcessSchema()
        {
            var schema = new OpportunityContactEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public OpportunityContactEventsProcessSchema(OpportunityContactEventsProcessSchema source)
     : base(source)
 {
 }