protected virtual ProcessSchema CreateOpportunityCloseReasonEventsProcessSchema()
        {
            var schema = new OpportunityCloseReasonEventsProcessSchema(ProcessSchemaManager, this);

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