protected virtual ProcessSchema CreateVwOpportunityInStageEventsProcessSchema()
        {
            var schema = new VwOpportunityInStageEventsProcessSchema(ProcessSchemaManager, this);

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