protected virtual ProcessSchema CreateOpportunityProductInterestEventsProcessSchema()
        {
            var schema = new OpportunityProductInterestEventsProcessSchema(ProcessSchemaManager, this);

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