protected virtual ProcessSchema CreateVwPortalOpportunityEventsProcessSchema()
        {
            var schema = new VwPortalOpportunityEventsProcessSchema(ProcessSchemaManager, this);

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