protected virtual ProcessSchema CreateOpportunityVisaEventsProcessSchema()
        {
            var schema = new OpportunityVisaEventsProcessSchema(ProcessSchemaManager, this);

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