protected virtual ProcessSchema CreateOpportunityInStageEventsProcessSchema()
        {
            var schema = new OpportunityInStageEventsProcessSchema(ProcessSchemaManager, this);

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