protected virtual ProcessSchema CreateOpportunityRatingEventsProcessSchema()
        {
            var schema = new OpportunityRatingEventsProcessSchema(ProcessSchemaManager, this);

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