protected virtual ProcessSchema CreateVwContactModuleHistoryEventsProcessSchema()
        {
            var schema = new VwContactModuleHistoryEventsProcessSchema(ProcessSchemaManager, this);

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