protected virtual ProcessSchema CreateOpportunityParticipantEventsProcessSchema()
        {
            var schema = new OpportunityParticipantEventsProcessSchema(ProcessSchemaManager, this);

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