protected virtual ProcessSchema CreateOpportunityInTagEventsProcessSchema()
        {
            var schema = new OpportunityInTagEventsProcessSchema(ProcessSchemaManager, this);

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