protected virtual ProcessSchema CreateOpportunityTagEventsProcessSchema()
        {
            var schema = new OpportunityTagEventsProcessSchema(ProcessSchemaManager, this);

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